package p037.p107.p108;

import android.view.View;
import android.view.ViewPropertyAnimator;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import p037.p107.p108.C2336;

/* JADX INFO: renamed from: މ.ޏ.ށ.ވ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class RunnableC2328 implements Runnable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final /* synthetic */ ArrayList f7366;

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

    public RunnableC2328(C2336 c2336, ArrayList arrayList) {
        this.f7367 = c2336;
        this.f7366 = arrayList;
    }

    @Override // java.lang.Runnable
    public void run() {
        for (C2336.C2338 c2338 : this.f7366) {
            C2336 c2336 = this.f7367;
            RecyclerView.AbstractC0224 abstractC0224 = c2338.f7412;
            int i = c2338.f7413;
            int i2 = c2338.f7414;
            int i3 = c2338.f7415;
            int i4 = c2338.f7416;
            if (c2336 == null) {
                throw null;
            }
            View view = abstractC0224.f1326;
            int i5 = i3 - i;
            int i6 = i4 - i2;
            if (i5 != 0) {
                view.animate().translationX(0.0f);
            }
            if (i6 != 0) {
                view.animate().translationY(0.0f);
            }
            ViewPropertyAnimator viewPropertyAnimatorAnimate = view.animate();
            c2336.f7403.add(abstractC0224);
            viewPropertyAnimatorAnimate.setDuration(c2336.f1238).setListener(new C2333(c2336, abstractC0224, i5, view, i6, viewPropertyAnimatorAnimate)).start();
        }
        this.f7366.clear();
        this.f7367.f7400.remove(this.f7366);
    }
}
