package p037.p107.p108;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
import android.view.ViewPropertyAnimator;
import androidx.recyclerview.widget.RecyclerView;

/* JADX INFO: renamed from: މ.ޏ.ށ.ތ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2332 extends AnimatorListenerAdapter {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final /* synthetic */ RecyclerView.AbstractC0224 f7376;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final /* synthetic */ View f7377;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final /* synthetic */ ViewPropertyAnimator f7378;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final /* synthetic */ C2336 f7379;

    public C2332(C2336 c2336, RecyclerView.AbstractC0224 abstractC0224, View view, ViewPropertyAnimator viewPropertyAnimator) {
        this.f7379 = c2336;
        this.f7376 = abstractC0224;
        this.f7377 = view;
        this.f7378 = viewPropertyAnimator;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationCancel(Animator animator) {
        this.f7377.setAlpha(1.0f);
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationEnd(Animator animator) {
        this.f7378.setListener(null);
        this.f7379.m616(this.f7376);
        this.f7379.f7402.remove(this.f7376);
        this.f7379.m4387();
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationStart(Animator animator) {
        if (this.f7379 == null) {
            throw null;
        }
    }
}
