package s9;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;

/* JADX INFO: loaded from: classes2.dex */
public final class d extends AnimatorListenerAdapter {

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

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

    public /* synthetic */ d(f fVar, int i10) {
        this.f32681a = i10;
        this.f32682b = fVar;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public final void onAnimationEnd(Animator animator) {
        int i10 = this.f32681a;
        f fVar = this.f32682b;
        switch (i10) {
            case 0:
                fVar.f32691f = null;
                break;
            default:
                fVar.f32691f = null;
                break;
        }
    }
}
