package d.k.b;

import android.graphics.Rect;
import android.view.View;
import d.k.b.p0;
import java.util.ArrayList;

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

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

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ d.e.a f3087m;

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

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ p0.b f3089o;

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

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

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

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

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final /* synthetic */ boolean f3094t;

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

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

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final /* synthetic */ Rect f3097w;

    public o0(r0 r0Var, d.e.a aVar, Object obj, p0.b bVar, ArrayList arrayList, View view, m mVar, m mVar2, boolean z2, ArrayList arrayList2, Object obj2, Rect rect) {
        this.f3086f = r0Var;
        this.f3087m = aVar;
        this.f3088n = obj;
        this.f3089o = bVar;
        this.f3090p = arrayList;
        this.f3091q = view;
        this.f3092r = mVar;
        this.f3093s = mVar2;
        this.f3094t = z2;
        this.f3095u = arrayList2;
        this.f3096v = obj2;
        this.f3097w = rect;
    }

    @Override // java.lang.Runnable
    public void run() {
        d.e.a<String, View> aVarE = p0.e(this.f3086f, this.f3087m, this.f3088n, this.f3089o);
        if (aVarE != null) {
            this.f3090p.addAll(aVarE.values());
            this.f3090p.add(this.f3091q);
        }
        p0.c(this.f3092r, this.f3093s, this.f3094t, aVarE, false);
        Object obj = this.f3088n;
        if (obj != null) {
            this.f3086f.x(obj, this.f3095u, this.f3090p);
            View viewK = p0.k(aVarE, this.f3089o, this.f3096v, this.f3094t);
            if (viewK != null) {
                this.f3086f.j(viewK, this.f3097w);
            }
        }
    }
}
