package C0;

import G0.InterfaceC0279y;
import androidx.compose.runtime.collection.MutableVector;
import n.C2592t;

/* JADX INFO: renamed from: C0.p, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0115p {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final MutableVector f625a = new MutableVector(new C0114o[16], 0);

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final n.J f626b = new n.J(10);

    public boolean a(C2592t c2592t, InterfaceC0279y interfaceC0279y, C0109j c0109j, boolean z6) {
        MutableVector mutableVector = this.f625a;
        Object[] objArr = mutableVector.content;
        int size = mutableVector.getSize();
        boolean z7 = false;
        for (int i6 = 0; i6 < size; i6++) {
            z7 = ((C0114o) objArr[i6]).a(c2592t, interfaceC0279y, c0109j, z6) || z7;
        }
        return z7;
    }

    public void b(C0109j c0109j) {
        MutableVector mutableVector = this.f625a;
        int size = mutableVector.getSize();
        while (true) {
            size--;
            if (-1 >= size) {
                return;
            }
            if (((C0114o) mutableVector.content[size]).f618d.f690b == 0) {
                mutableVector.removeAt(size);
            }
        }
    }
}
