package c.k.b;

import android.view.View;
import androidx.fragment.app.Fragment;
import java.util.ArrayList;

/* JADX INFO: compiled from: FragmentTransition.java */
/* JADX INFO: loaded from: classes.dex */
public class h0 implements Runnable {

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ m0 f1648e;

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ Fragment f1650g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final /* synthetic */ ArrayList f1651h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final /* synthetic */ ArrayList f1652i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final /* synthetic */ ArrayList f1653j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ Object f1654k;

    public h0(Object obj, m0 m0Var, View view, Fragment fragment, ArrayList arrayList, ArrayList arrayList2, ArrayList arrayList3, Object obj2) {
        this.f1647b = obj;
        this.f1648e = m0Var;
        this.f1649f = view;
        this.f1650g = fragment;
        this.f1651h = arrayList;
        this.f1652i = arrayList2;
        this.f1653j = arrayList3;
        this.f1654k = obj2;
    }

    @Override // java.lang.Runnable
    public void run() {
        Object obj = this.f1647b;
        if (obj != null) {
            this.f1648e.n(obj, this.f1649f);
            this.f1652i.addAll(k0.h(this.f1648e, this.f1647b, this.f1650g, this.f1651h, this.f1649f));
        }
        if (this.f1653j != null) {
            if (this.f1654k != null) {
                ArrayList<View> arrayList = new ArrayList<>();
                arrayList.add(this.f1649f);
                this.f1648e.o(this.f1654k, this.f1653j, arrayList);
            }
            this.f1653j.clear();
            this.f1653j.add(this.f1649f);
        }
    }
}
