package androidx.fragment.app;

import android.view.View;
import java.lang.reflect.Field;
import java.util.ArrayList;

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

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

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

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

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

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

    public y0(int i, ArrayList arrayList, ArrayList arrayList2, ArrayList arrayList3, ArrayList arrayList4) {
        this.f4404k = i;
        this.f4405l = arrayList;
        this.f4406m = arrayList2;
        this.f4407n = arrayList3;
        this.f4408o = arrayList4;
    }

    @Override // java.lang.Runnable
    public final void run() {
        for (int i = 0; i < this.f4404k; i++) {
            View view = (View) this.f4405l.get(i);
            String str = (String) this.f4406m.get(i);
            Field field = P.Q.f2392a;
            P.I.m(view, str);
            P.I.m((View) this.f4407n.get(i), (String) this.f4408o.get(i));
        }
    }
}
