46 lines
1.8 KiB
Java
46 lines
1.8 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* renamed from: o.tZa, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17053tZa {
|
|
public final ConstraintLayout a;
|
|
public final TextView b;
|
|
private ImageView c;
|
|
public final TextView d;
|
|
public final TextView e;
|
|
|
|
private C17053tZa(ConstraintLayout constraintLayout, ImageView imageView, TextView textView, TextView textView2, TextView textView3) {
|
|
this.a = constraintLayout;
|
|
this.c = imageView;
|
|
this.e = textView;
|
|
this.d = textView2;
|
|
this.b = textView3;
|
|
}
|
|
|
|
public static C17053tZa d(View view) {
|
|
int i = com.scb.phone.R.id.success_icon;
|
|
ImageView imageView = (ImageView) qeC.e(view, com.scb.phone.R.id.success_icon);
|
|
if (imageView != null) {
|
|
i = com.scb.phone.R.id.text_date_time;
|
|
TextView textView = (TextView) qeC.e(view, com.scb.phone.R.id.text_date_time);
|
|
if (textView != null) {
|
|
i = com.scb.phone.R.id.text_reference_id;
|
|
TextView textView2 = (TextView) qeC.e(view, com.scb.phone.R.id.text_reference_id);
|
|
if (textView2 != null) {
|
|
i = com.scb.phone.R.id.text_title;
|
|
TextView textView3 = (TextView) qeC.e(view, com.scb.phone.R.id.text_title);
|
|
if (textView3 != null) {
|
|
return new C17053tZa((ConstraintLayout) view, imageView, textView, textView2, textView3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
|
}
|
|
}
|