package d.i;

import d.e.a.p;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class i extends d.e.b.f implements p<CharSequence, Integer, d.a<? extends Integer, ? extends Integer>> {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ List<String> f1673a;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public i(List<String> list, boolean z) {
        super(2);
        this.f1673a = list;
        this.f1674b = z;
    }

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Removed duplicated region for block: B:56:0x00e5 A[EDGE_INSN: B:61:0x00e5->B:56:0x00e5 BREAK  A[LOOP:0: B:27:0x0071->B:38:0x00a4], EDGE_INSN: B:67:0x00e5->B:56:0x00e5 BREAK  A[LOOP:2: B:44:0x00b2->B:55:0x00e3]] */
    /* JADX WARN: Removed duplicated region for block: B:56:0x00e5 A[EDGE_INSN: B:61:0x00e5->B:56:0x00e5 BREAK  A[LOOP:0: B:27:0x0071->B:38:0x00a4]] */
    @Override // d.e.a.p
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    public d.a<? extends java.lang.Integer, ? extends java.lang.Integer> b(java.lang.CharSequence r13, java.lang.Integer r14) {
        /*
            Method dump skipped, instruction units count: 252
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: d.i.i.b(java.lang.Object, java.lang.Object):java.lang.Object");
    }
}
