package androidx.fragment.app;

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

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

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

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

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

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

    public AnimationAnimationListenerC0270e(E0 e02, ViewGroup viewGroup, View view, C0272f c0272f) {
        this.f4247a = e02;
        this.f4248b = viewGroup;
        this.f4249c = view;
        this.f4250d = c0272f;
    }

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationEnd(Animation animation) {
        AbstractC0983h.e("animation", animation);
        View view = this.f4249c;
        C0272f c0272f = this.f4250d;
        ViewGroup viewGroup = this.f4248b;
        viewGroup.post(new RunnableC0268d(viewGroup, view, c0272f, 0));
        if (h0.J(2)) {
            Log.v("FragmentManager", "Animation from operation " + this.f4247a + " has ended.");
        }
    }

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

    @Override // android.view.animation.Animation.AnimationListener
    public final void onAnimationStart(Animation animation) {
        AbstractC0983h.e("animation", animation);
        if (h0.J(2)) {
            Log.v("FragmentManager", "Animation from operation " + this.f4247a + " has reached onAnimationStart.");
        }
    }
}
