package N1;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
import android.view.ViewPropertyAnimator;

/* JADX INFO: renamed from: N1.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0209j extends AnimatorListenerAdapter {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f4563a = 1;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ t0 f4564b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ View f4565c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ ViewPropertyAnimator f4566d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ C0214o f4567e;

    public C0209j(C0214o c0214o, t0 t0Var, ViewPropertyAnimator viewPropertyAnimator, View view) {
        this.f4567e = c0214o;
        this.f4564b = t0Var;
        this.f4566d = viewPropertyAnimator;
        this.f4565c = view;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationCancel(Animator animator) {
        switch (this.f4563a) {
            case 1:
                this.f4565c.setAlpha(1.0f);
                break;
            default:
                super.onAnimationCancel(animator);
                break;
        }
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public final void onAnimationEnd(Animator animator) {
        switch (this.f4563a) {
            case n4.u0.f15495q /* 0 */:
                this.f4566d.setListener(null);
                this.f4565c.setAlpha(1.0f);
                C0214o c0214o = this.f4567e;
                t0 t0Var = this.f4564b;
                c0214o.c(t0Var);
                c0214o.f4611q.remove(t0Var);
                c0214o.i();
                break;
            default:
                this.f4566d.setListener(null);
                C0214o c0214o2 = this.f4567e;
                t0 t0Var2 = this.f4564b;
                c0214o2.c(t0Var2);
                c0214o2.f4609o.remove(t0Var2);
                c0214o2.i();
                break;
        }
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public final void onAnimationStart(Animator animator) {
        switch (this.f4563a) {
            case n4.u0.f15495q /* 0 */:
                this.f4567e.getClass();
                break;
            default:
                this.f4567e.getClass();
                break;
        }
    }

    public C0209j(C0214o c0214o, t0 t0Var, View view, ViewPropertyAnimator viewPropertyAnimator) {
        this.f4567e = c0214o;
        this.f4564b = t0Var;
        this.f4565c = view;
        this.f4566d = viewPropertyAnimator;
    }
}
