39 lines
1.0 KiB
Java
39 lines
1.0 KiB
Java
|
package o;
|
||
|
|
||
|
import android.animation.Animator;
|
||
|
import android.animation.AnimatorListenerAdapter;
|
||
|
import android.animation.ValueAnimator;
|
||
|
import java.util.ArrayList;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class trM {
|
||
|
public final ArrayList<Sts> c = new ArrayList<>();
|
||
|
public Sts d = null;
|
||
|
public ValueAnimator b = null;
|
||
|
public final Animator.AnimatorListener e = new AnimatorListenerAdapter(this) { // from class: o.trM.5
|
||
|
private trM b;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
}
|
||
|
|
||
|
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
|
||
|
public final void onAnimationEnd(Animator animator) {
|
||
|
if (this.b.b == animator) {
|
||
|
this.b.b = null;
|
||
|
}
|
||
|
}
|
||
|
};
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static class Sts {
|
||
|
public final ValueAnimator c;
|
||
|
public final int[] d;
|
||
|
|
||
|
public Sts(int[] iArr, ValueAnimator valueAnimator) {
|
||
|
this.d = iArr;
|
||
|
this.c = valueAnimator;
|
||
|
}
|
||
|
}
|
||
|
}
|