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

67 lines
3.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.view.View;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
/* renamed from: o.voA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17327voA {
public final ConstraintLayout a;
public final jWg b;
public final ConstraintLayout c;
public final TextView d;
public final View e;
private TextView f;
private TextView g;
private ConstraintLayout h;
private View i;
private C17327voA(ConstraintLayout constraintLayout, ConstraintLayout constraintLayout2, View view, TextView textView, View view2, jWg jwg, ConstraintLayout constraintLayout3, TextView textView2, TextView textView3) {
this.c = constraintLayout;
this.a = constraintLayout2;
this.e = view;
this.f = textView;
this.i = view2;
this.b = jwg;
this.h = constraintLayout3;
this.d = textView2;
this.g = textView3;
}
public static C17327voA a(View view) {
int i = com.scb.phone.R.id.deejung_monthly_payment_detail_label;
ConstraintLayout constraintLayout = (ConstraintLayout) qeC.e(view, com.scb.phone.R.id.deejung_monthly_payment_detail_label);
if (constraintLayout != null) {
i = com.scb.phone.R.id.deejung_purchase_payment_details_divider;
View e = qeC.e(view, com.scb.phone.R.id.deejung_purchase_payment_details_divider);
if (e != null) {
i = com.scb.phone.R.id.deejung_purchase_payment_details_title;
TextView textView = (TextView) qeC.e(view, com.scb.phone.R.id.deejung_purchase_payment_details_title);
if (textView != null) {
i = com.scb.phone.R.id.dividerPurchaseAmount;
View e2 = qeC.e(view, com.scb.phone.R.id.dividerPurchaseAmount);
if (e2 != null) {
i = com.scb.phone.R.id.layout_card_info;
View e3 = qeC.e(view, com.scb.phone.R.id.layout_card_info);
if (e3 != null) {
jWg a = jWg.a(e3);
ConstraintLayout constraintLayout2 = (ConstraintLayout) view;
i = com.scb.phone.R.id.purchase_amount;
TextView textView2 = (TextView) qeC.e(view, com.scb.phone.R.id.purchase_amount);
if (textView2 != null) {
i = com.scb.phone.R.id.purchase_amount_label;
TextView textView3 = (TextView) qeC.e(view, com.scb.phone.R.id.purchase_amount_label);
if (textView3 != null) {
return new C17327voA(constraintLayout2, constraintLayout, e, textView, e2, a, constraintLayout2, textView2, textView3);
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}