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;
import p037.p107.p108.C2336;

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

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final /* synthetic */ C2336.C2337 f7386;

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

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

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

    public C2334(C2336 c2336, C2336.C2337 c2337, ViewPropertyAnimator viewPropertyAnimator, View view) {
        this.f7389 = c2336;
        this.f7386 = c2337;
        this.f7387 = viewPropertyAnimator;
        this.f7388 = view;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationEnd(Animator animator) {
        this.f7387.setListener(null);
        this.f7388.setAlpha(1.0f);
        this.f7388.setTranslationX(0.0f);
        this.f7388.setTranslationY(0.0f);
        this.f7389.m616(this.f7386.f7406);
        this.f7389.f7405.remove(this.f7386.f7406);
        this.f7389.m4387();
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationStart(Animator animator) {
        C2336 c2336 = this.f7389;
        RecyclerView.AbstractC0224 abstractC0224 = this.f7386.f7406;
        if (c2336 == null) {
            throw null;
        }
    }
}
