49 lines
2.0 KiB
Java
49 lines
2.0 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* renamed from: o.iLP, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15751iLP {
|
|
public final TextView a;
|
|
public final TextView b;
|
|
public final ImageView c;
|
|
public final RelativeLayout d;
|
|
public final TextView e;
|
|
private final RelativeLayout f;
|
|
|
|
private C15751iLP(RelativeLayout relativeLayout, ImageView imageView, RelativeLayout relativeLayout2, TextView textView, TextView textView2, TextView textView3) {
|
|
this.f = relativeLayout;
|
|
this.c = imageView;
|
|
this.d = relativeLayout2;
|
|
this.e = textView;
|
|
this.a = textView2;
|
|
this.b = textView3;
|
|
}
|
|
|
|
public static C15751iLP e(View view) {
|
|
int i = com.scb.phone.R.id.empty_button_image_view;
|
|
ImageView imageView = (ImageView) qeC.e(view, com.scb.phone.R.id.empty_button_image_view);
|
|
if (imageView != null) {
|
|
RelativeLayout relativeLayout = (RelativeLayout) view;
|
|
i = com.scb.phone.R.id.empty_description_text_view;
|
|
TextView textView = (TextView) qeC.e(view, com.scb.phone.R.id.empty_description_text_view);
|
|
if (textView != null) {
|
|
i = com.scb.phone.R.id.empty_title_center_text_view;
|
|
TextView textView2 = (TextView) qeC.e(view, com.scb.phone.R.id.empty_title_center_text_view);
|
|
if (textView2 != null) {
|
|
i = com.scb.phone.R.id.empty_title_text_view;
|
|
TextView textView3 = (TextView) qeC.e(view, com.scb.phone.R.id.empty_title_text_view);
|
|
if (textView3 != null) {
|
|
return new C15751iLP(relativeLayout, imageView, relativeLayout, textView, textView2, textView3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
|
}
|
|
}
|