package w;

import java.util.ArrayList;

/* JADX INFO: renamed from: w.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C1688f extends C1687e {

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public int f18149m;

    public C1688f(AbstractC1694l abstractC1694l) {
        super(abstractC1694l);
        if (abstractC1694l instanceof C1691i) {
            this.f18142e = 2;
        } else {
            this.f18142e = 3;
        }
    }

    @Override // w.C1687e
    public final void d(int i) {
        if (this.f18146j) {
            return;
        }
        this.f18146j = true;
        this.f18144g = i;
        ArrayList arrayList = this.f18147k;
        int size = arrayList.size();
        int i5 = 0;
        while (i5 < size) {
            Object obj = arrayList.get(i5);
            i5++;
            InterfaceC1686d interfaceC1686d = (InterfaceC1686d) obj;
            interfaceC1686d.a(interfaceC1686d);
        }
    }
}
