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 C2335 extends AnimatorListenerAdapter {

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

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

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

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

    public C2335(C2336 c2336, C2336.C2337 c2337, ViewPropertyAnimator viewPropertyAnimator, View view) {
        this.f7393 = c2336;
        this.f7390 = c2337;
        this.f7391 = viewPropertyAnimator;
        this.f7392 = view;
    }

    @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
    public void onAnimationEnd(Animator animator) {
        this.f7391.setListener(null);
        this.f7392.setAlpha(1.0f);
        this.f7392.setTranslationX(0.0f);
        this.f7392.setTranslationY(0.0f);
        this.f7393.m616(this.f7390.f7407);
        this.f7393.f7405.remove(this.f7390.f7407);
        this.f7393.m4387();
    }

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