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

115 lines
6.9 KiB
Java

package o;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.Barrier;
import androidx.constraintlayout.widget.ConstraintLayout;
/* loaded from: classes3.dex */
public final class siF {
public final C9814dqw a;
public final C17327voA b;
public final ImageView c;
public final Vep d;
public final LinearLayout e;
private View f;
public final ConstraintLayout g;
private Barrier h;
private View i;
public final ConstraintLayout j;
private TextView k;
private ConstraintLayout l;
private siF(ConstraintLayout constraintLayout, Barrier barrier, View view, View view2, ImageView imageView, C17327voA c17327voA, Vep vep, C9814dqw c9814dqw, LinearLayout linearLayout, ConstraintLayout constraintLayout2, TextView textView, ConstraintLayout constraintLayout3) {
this.g = constraintLayout;
this.h = barrier;
this.i = view;
this.f = view2;
this.c = imageView;
this.b = c17327voA;
this.d = vep;
this.a = c9814dqw;
this.e = linearLayout;
this.j = constraintLayout2;
this.k = textView;
this.l = constraintLayout3;
}
public static siF c(View view) {
int i = com.scb.phone.R.id.barrier;
Barrier barrier = (Barrier) qeC.e(view, com.scb.phone.R.id.barrier);
if (barrier != null) {
i = com.scb.phone.R.id.divider7;
View e = qeC.e(view, com.scb.phone.R.id.divider7);
if (e != null) {
i = com.scb.phone.R.id.divider8;
View e2 = qeC.e(view, com.scb.phone.R.id.divider8);
if (e2 != null) {
i = com.scb.phone.R.id.imv_bg_slip;
ImageView imageView = (ImageView) qeC.e(view, com.scb.phone.R.id.imv_bg_slip);
if (imageView != null) {
i = com.scb.phone.R.id.layout_deejung_header_view;
View e3 = qeC.e(view, com.scb.phone.R.id.layout_deejung_header_view);
if (e3 != null) {
C17327voA a = C17327voA.a(e3);
i = com.scb.phone.R.id.layout_deejung_summary;
View e4 = qeC.e(view, com.scb.phone.R.id.layout_deejung_summary);
if (e4 != null) {
Vep b = Vep.b(e4);
i = com.scb.phone.R.id.layout_deejung_top_view;
View e5 = qeC.e(view, com.scb.phone.R.id.layout_deejung_top_view);
if (e5 != null) {
int i2 = com.scb.phone.R.id.divider;
View e6 = qeC.e(e5, com.scb.phone.R.id.divider);
if (e6 != null) {
i2 = com.scb.phone.R.id.failure_transaction_label;
TextView textView = (TextView) qeC.e(e5, com.scb.phone.R.id.failure_transaction_label);
if (textView != null) {
i2 = com.scb.phone.R.id.success_or_failure_icon;
ImageView imageView2 = (ImageView) qeC.e(e5, com.scb.phone.R.id.success_or_failure_icon);
if (imageView2 != null) {
i2 = com.scb.phone.R.id.successful_transaction_label;
TextView textView2 = (TextView) qeC.e(e5, com.scb.phone.R.id.successful_transaction_label);
if (textView2 != null) {
i2 = com.scb.phone.R.id.transaction_date_time;
TextView textView3 = (TextView) qeC.e(e5, com.scb.phone.R.id.transaction_date_time);
if (textView3 != null) {
i2 = com.scb.phone.R.id.transaction_id;
TextView textView4 = (TextView) qeC.e(e5, com.scb.phone.R.id.transaction_id);
if (textView4 != null) {
C9814dqw c9814dqw = new C9814dqw((LinearLayout) e5, e6, textView, imageView2, textView2, textView3, textView4);
int i3 = com.scb.phone.R.id.layout_payment_details_view;
LinearLayout linearLayout = (LinearLayout) qeC.e(view, com.scb.phone.R.id.layout_payment_details_view);
if (linearLayout != null) {
ConstraintLayout constraintLayout = (ConstraintLayout) view;
i3 = com.scb.phone.R.id.monthly_payment_detail_label;
TextView textView5 = (TextView) qeC.e(view, com.scb.phone.R.id.monthly_payment_detail_label);
if (textView5 != null) {
i3 = com.scb.phone.R.id.payment_detail;
ConstraintLayout constraintLayout2 = (ConstraintLayout) qeC.e(view, com.scb.phone.R.id.payment_detail);
if (constraintLayout2 != null) {
return new siF(constraintLayout, barrier, e, e2, imageView, a, b, c9814dqw, linearLayout, constraintLayout, textView5, constraintLayout2);
}
}
}
i = i3;
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(e5.getResources().getResourceName(i2)));
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}