package defpackage;

import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import j$.util.Objects;

/* JADX INFO: renamed from: ˉᵮᵹ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class AnimationAnimationListenerC1251 implements Animation.AnimationListener {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final /* synthetic */ ViewGroup f5284;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final /* synthetic */ View f5285;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final /* synthetic */ C5362 f5286;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final /* synthetic */ C2062 f5287;

    public AnimationAnimationListenerC1251(C5362 c5362, ViewGroup viewGroup, View view, C2062 c2062) {
        this.f5286 = c5362;
        this.f5284 = viewGroup;
        this.f5285 = view;
        this.f5287 = c2062;
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationEnd(Animation animation) {
        ViewGroup viewGroup = this.f5284;
        viewGroup.post(new RunnableC3304(viewGroup, this.f5285, this.f5287, 4));
        if (AbstractC0651.m2324(2)) {
            Objects.toString(this.f5286);
        }
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationRepeat(Animation animation) {
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationStart(Animation animation) {
        if (AbstractC0651.m2324(2)) {
            Objects.toString(this.f5286);
        }
    }
}
