package d.k.b;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
import android.view.ViewGroup;
import d.k.b.c;
import d.k.b.w0;

/* JADX INFO: loaded from: classes.dex */
public class d extends AnimatorListenerAdapter {
    public final /* synthetic */ ViewGroup a;

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ w0.d f2960d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ c.b f2961e;

    public d(c cVar, ViewGroup viewGroup, View view, boolean z2, w0.d dVar, c.b bVar) {
        this.a = viewGroup;
        this.f2958b = view;
        this.f2959c = z2;
        this.f2960d = dVar;
        this.f2961e = bVar;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationEnd(Animator animator) {
        this.a.endViewTransition(this.f2958b);
        if (this.f2959c) {
            this.f2960d.a.b(this.f2958b);
        }
        this.f2961e.a();
    }
}
