package c.k.b;

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

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

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

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

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

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

    public c(b bVar, ViewGroup viewGroup, View view, boolean z, r0.d dVar, b.C0016b c0016b) {
        this.a = viewGroup;
        this.f1604b = view;
        this.f1605c = z;
        this.f1606d = dVar;
        this.f1607e = c0016b;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationEnd(Animator animator) {
        this.a.endViewTransition(this.f1604b);
        if (this.f1605c) {
            this.f1606d.a.applyState(this.f1604b);
        }
        this.f1607e.a();
    }
}
