package d.k.b;

import android.view.ViewGroup;
import android.view.animation.Animation;
import d.k.b.a0;
import d.k.b.p0;

/* JADX INFO: loaded from: classes.dex */
public class p implements Animation.AnimationListener {
    public final /* synthetic */ ViewGroup a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ p0.a f3099c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ d.h.f.a f3100d;

    public class a implements Runnable {
        public a() {
        }

        @Override // java.lang.Runnable
        public void run() {
            if (p.this.f3098b.d() != null) {
                p.this.f3098b.i0(null);
                p pVar = p.this;
                ((a0.d) pVar.f3099c).a(pVar.f3098b, pVar.f3100d);
            }
        }
    }

    public p(ViewGroup viewGroup, m mVar, p0.a aVar, d.h.f.a aVar2) {
        this.a = viewGroup;
        this.f3098b = mVar;
        this.f3099c = aVar;
        this.f3100d = aVar2;
    }

    @Override // android.view.animation.Animation.AnimationListener
    public void onAnimationEnd(Animation animation) {
        this.a.post(new a());
    }

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

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