package z3;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.widget.TextView;
import n.C1190H;

/* JADX INFO: loaded from: classes.dex */
public final class n extends AnimatorListenerAdapter {

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

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

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

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

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

    public n(o oVar, int i, TextView textView, int i5, TextView textView2) {
        this.f19323e = oVar;
        this.f19319a = i;
        this.f19320b = textView;
        this.f19321c = i5;
        this.f19322d = textView2;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public final void onAnimationEnd(Animator animator) {
        C1190H c1190h;
        int i = this.f19319a;
        o oVar = this.f19323e;
        oVar.f19331h = i;
        oVar.f19329f = null;
        TextView textView = this.f19320b;
        if (textView != null) {
            textView.setVisibility(4);
            if (this.f19321c == 1 && (c1190h = oVar.f19334l) != null) {
                c1190h.setText((CharSequence) null);
            }
        }
        TextView textView2 = this.f19322d;
        if (textView2 != null) {
            textView2.setTranslationY(0.0f);
            textView2.setAlpha(1.0f);
        }
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public final void onAnimationStart(Animator animator) {
        TextView textView = this.f19322d;
        if (textView != null) {
            textView.setVisibility(0);
        }
    }
}
