52 lines
2.1 KiB
Java
52 lines
2.1 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class jWg {
|
|
public final TextView a;
|
|
private LinearLayout b;
|
|
public final TextView c;
|
|
public final ImageView d;
|
|
public final TextView e;
|
|
private final ConstraintLayout j;
|
|
|
|
private jWg(ConstraintLayout constraintLayout, ImageView imageView, LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3) {
|
|
this.j = constraintLayout;
|
|
this.d = imageView;
|
|
this.b = linearLayout;
|
|
this.a = textView;
|
|
this.c = textView2;
|
|
this.e = textView3;
|
|
}
|
|
|
|
public static jWg a(View view) {
|
|
int i = com.scb.phone.R.id.iv_logo;
|
|
ImageView imageView = (ImageView) qeC.e(view, com.scb.phone.R.id.iv_logo);
|
|
if (imageView != null) {
|
|
i = com.scb.phone.R.id.layout_card_type;
|
|
LinearLayout linearLayout = (LinearLayout) qeC.e(view, com.scb.phone.R.id.layout_card_type);
|
|
if (linearLayout != null) {
|
|
i = com.scb.phone.R.id.txv_card_label;
|
|
TextView textView = (TextView) qeC.e(view, com.scb.phone.R.id.txv_card_label);
|
|
if (textView != null) {
|
|
i = com.scb.phone.R.id.txv_card_number;
|
|
TextView textView2 = (TextView) qeC.e(view, com.scb.phone.R.id.txv_card_number);
|
|
if (textView2 != null) {
|
|
i = com.scb.phone.R.id.txv_card_type;
|
|
TextView textView3 = (TextView) qeC.e(view, com.scb.phone.R.id.txv_card_type);
|
|
if (textView3 != null) {
|
|
return new jWg((ConstraintLayout) view, imageView, linearLayout, textView, textView2, textView3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
|
}
|
|
}
|