19 lines
446 B
Java
19 lines
446 B
Java
|
package o;
|
||
|
|
||
|
import android.animation.ValueAnimator;
|
||
|
|
||
|
/* renamed from: o.arv, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C3144arv {
|
||
|
public ValueAnimator.AnimatorUpdateListener c;
|
||
|
public float a = 1.0f;
|
||
|
public float d = 1.0f;
|
||
|
|
||
|
public C3144arv() {
|
||
|
}
|
||
|
|
||
|
public C3144arv(ValueAnimator.AnimatorUpdateListener animatorUpdateListener) {
|
||
|
this.c = animatorUpdateListener;
|
||
|
}
|
||
|
}
|