package h0;

import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;

/* JADX INFO: renamed from: h0.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class AnimationAnimationListenerC1005e implements Animation.AnimationListener {

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

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

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

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

    public AnimationAnimationListenerC1005e(b0 b0Var, ViewGroup viewGroup, View view, C1006f c1006f) {
        this.f13196a = b0Var;
        this.f13197b = viewGroup;
        this.f13198c = view;
        this.f13199d = c1006f;
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationEnd(Animation animation) {
        P6.g.e(animation, "animation");
        View view = this.f13198c;
        C1006f c1006f = this.f13199d;
        ViewGroup viewGroup = this.f13197b;
        viewGroup.post(new B0.X(viewGroup, view, c1006f, 6));
        if (P.L(2)) {
            Log.v("FragmentManager", "Animation from operation " + this.f13196a + " has ended.");
        }
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationRepeat(Animation animation) {
        P6.g.e(animation, "animation");
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationStart(Animation animation) {
        P6.g.e(animation, "animation");
        if (P.L(2)) {
            Log.v("FragmentManager", "Animation from operation " + this.f13196a + " has reached onAnimationStart.");
        }
    }
}
