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

74 lines
2.7 KiB
Java

package o;
import android.view.View;
import com.scb.phone.view.custom.easycash.CustomTileToggle;
/* renamed from: o.etX, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final class C12189etX extends C12181etP {
private final C16473ofo b;
/* JADX WARN: Illegal instructions before constructor call */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public C12189etX(o.C16473ofo r4) {
/*
r3 = this;
java.lang.String r0 = ""
o.C14957gcv.e(r4, r0)
com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel r1 = r4.a
o.C14957gcv.c(r1, r0)
android.widget.LinearLayout r2 = r4.c
o.C14957gcv.c(r2, r0)
android.view.View r2 = (android.view.View) r2
r3.<init>(r1, r2)
r3.b = r4
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C12189etX.<init>(o.ofo):void");
}
public final void b(C0633Lb c0633Lb, boolean z, final InterfaceC14894gbR<? super String, C14866gag> interfaceC14894gbR) {
C14957gcv.e(c0633Lb, "");
C14957gcv.e(interfaceC14894gbR, "");
super.c(c0633Lb);
final C16473ofo c16473ofo = this.b;
if (z) {
CustomTileToggle customTileToggle = c16473ofo.d;
View view = customTileToggle.c;
if (view != null) {
view.setBackground(nMh.getDrawable(customTileToggle.getContext(), com.scb.phone.R.drawable.bg_white_rounded));
}
c16473ofo.e.setVisibility(8);
return;
}
c16473ofo.e.setVisibility(0);
c16473ofo.d.a(new CustomTileToggle.HBt(c16473ofo, interfaceC14894gbR) { // from class: o.euc
private InterfaceC14894gbR c;
private C16473ofo d;
@Override // com.scb.phone.view.custom.easycash.CustomTileToggle.HBt
public final void d(int i, View view2) {
C12189etX.b(this.d, this.c, view2);
}
{
this.d = c16473ofo;
this.c = interfaceC14894gbR;
}
});
}
public static /* synthetic */ void b(C16473ofo c16473ofo, InterfaceC14894gbR interfaceC14894gbR, View view) {
C14957gcv.e(c16473ofo, "");
C14957gcv.e(interfaceC14894gbR, "");
if (C14957gcv.b(view, c16473ofo.d.leftTile)) {
interfaceC14894gbR.invoke("FULL_AMOUNT");
} else if (C14957gcv.b(view, c16473ofo.d.rightTile)) {
interfaceC14894gbR.invoke("MIN_AMOUNT");
}
}
}