what-the-bank/sources/o/dND.java

30 lines
817 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.animation.ValueAnimator;
import android.view.View;
/* loaded from: classes2.dex */
public final class dND implements ValueAnimator.AnimatorUpdateListener {
private final float[] b = new float[2];
private final View c;
private final View e;
public dND(View view, View view2) {
this.c = view;
this.e = view2;
}
@Override // android.animation.ValueAnimator.AnimatorUpdateListener
public final void onAnimationUpdate(ValueAnimator valueAnimator) {
zMS.e(((Float) valueAnimator.getAnimatedValue()).floatValue(), this.b);
View view = this.c;
if (view != null) {
view.setAlpha(this.b[0]);
}
View view2 = this.e;
if (view2 != null) {
view2.setAlpha(this.b[1]);
}
}
}