package d.k.b;

import android.view.View;
import java.util.ArrayList;

/* JADX INFO: loaded from: classes.dex */
public class m0 implements Runnable {

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

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ r0 f3071m;

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

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ m f3073o;

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

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

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

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

    public m0(Object obj, r0 r0Var, View view, m mVar, ArrayList arrayList, ArrayList arrayList2, ArrayList arrayList3, Object obj2) {
        this.f3070f = obj;
        this.f3071m = r0Var;
        this.f3072n = view;
        this.f3073o = mVar;
        this.f3074p = arrayList;
        this.f3075q = arrayList2;
        this.f3076r = arrayList3;
        this.f3077s = obj2;
    }

    @Override // java.lang.Runnable
    public void run() {
        Object obj = this.f3070f;
        if (obj != null) {
            this.f3071m.o(obj, this.f3072n);
            this.f3075q.addAll(p0.h(this.f3071m, this.f3070f, this.f3073o, this.f3074p, this.f3072n));
        }
        if (this.f3076r != null) {
            if (this.f3077s != null) {
                ArrayList<View> arrayList = new ArrayList<>();
                arrayList.add(this.f3072n);
                this.f3071m.p(this.f3077s, this.f3076r, arrayList);
            }
            this.f3076r.clear();
            this.f3076r.add(this.f3072n);
        }
    }
}
