what-the-bank/sources/o/C13129fRk.java

98 lines
2.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/* renamed from: o.fRk, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C13129fRk {
public static final RVV d = new RVV(0);
private static C13129fRk i;
public final boolean a;
public final List<InterfaceC13128fRj> b;
public final boolean c;
public final boolean e;
private final List<InterfaceC13128fRj> g;
public /* synthetic */ C13129fRk(List list, boolean z, boolean z2) {
this(list, z, z2, false);
}
/* JADX WARN: Multi-variable type inference failed */
private C13129fRk(List<? extends InterfaceC13128fRj> list, boolean z, boolean z2, boolean z3) {
this.g = list;
this.c = z;
this.a = z2;
this.e = false;
List a = C14881gav.a((Collection<? extends C13126fRh>) list, new C13126fRh());
C14957gcv.e(a, "");
this.b = new ArrayList(a);
}
/* renamed from: o.fRk$HBt */
/* loaded from: classes.dex */
public static final class HBt {
private boolean d;
public final List<InterfaceC13128fRj> b = new ArrayList();
private boolean a = true;
private boolean e = true;
public final C13129fRk c() {
return new C13129fRk(C14881gav.d((Iterable) this.b), this.a, this.e);
}
}
/* renamed from: o.fRk$RVV */
/* loaded from: classes.dex */
public static final class RVV {
private RVV() {
}
public /* synthetic */ RVV(byte b) {
this();
}
public static void d(C13129fRk c13129fRk) {
C13129fRk.i = c13129fRk;
}
public static HBt d() {
return new HBt();
}
static {
new InterfaceC14984gdp[]{C14929gcJ.b(new gcF(C14929gcJ.c(RVV.class), "reflectiveFallbackViewCreator", "getReflectiveFallbackViewCreator()Lio/github/inflationx/viewpump/FallbackViewCreator;"))};
}
}
static {
IeS ieS = IeS.d;
C14957gcv.e(ieS, "");
new fZZ(ieS);
}
/* renamed from: o.fRk$IeS */
/* loaded from: classes.dex */
static final class IeS extends AbstractC14961gcz implements InterfaceC14890gbN<C13133fRo> {
public static final IeS d = new IeS();
@Override // o.InterfaceC14890gbN
public final /* synthetic */ C13133fRo invoke() {
return new C13133fRo();
}
IeS() {
super(0);
}
}
public static final void b(C13129fRk c13129fRk) {
RVV.d(c13129fRk);
}
public static final HBt a() {
return RVV.d();
}
}