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

89 lines
4.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
/* loaded from: classes3.dex */
public final class XKf {
public final LinearLayout a;
public final TextView b;
public final RelativeLayout c;
public final TextView d;
public final TextView e;
public final TextView f;
public final RelativeLayout g;
public final TextView h;
public final TextView i;
public final TextView j;
private TextView n;
/* renamed from: o, reason: collision with root package name */
private LinearLayout f8442o;
private XKf(RelativeLayout relativeLayout, TextView textView, TextView textView2, TextView textView3, TextView textView4, RelativeLayout relativeLayout2, LinearLayout linearLayout, LinearLayout linearLayout2, TextView textView5, TextView textView6, TextView textView7, TextView textView8) {
this.g = relativeLayout;
this.b = textView;
this.d = textView2;
this.e = textView3;
this.n = textView4;
this.c = relativeLayout2;
this.a = linearLayout;
this.f8442o = linearLayout2;
this.h = textView5;
this.i = textView6;
this.j = textView7;
this.f = textView8;
}
public static XKf QU_(LayoutInflater layoutInflater, ViewGroup viewGroup) {
View inflate = layoutInflater.inflate(com.scb.phone.R.layout.2131559140, viewGroup, false);
int i = com.scb.phone.R.id.fund_available_amount;
TextView textView = (TextView) qeC.e(inflate, com.scb.phone.R.id.fund_available_amount);
if (textView != null) {
i = com.scb.phone.R.id.fund_available_units;
TextView textView2 = (TextView) qeC.e(inflate, com.scb.phone.R.id.fund_available_units);
if (textView2 != null) {
i = com.scb.phone.R.id.fund_nav;
TextView textView3 = (TextView) qeC.e(inflate, com.scb.phone.R.id.fund_nav);
if (textView3 != null) {
i = com.scb.phone.R.id.fund_nav_title;
TextView textView4 = (TextView) qeC.e(inflate, com.scb.phone.R.id.fund_nav_title);
if (textView4 != null) {
RelativeLayout relativeLayout = (RelativeLayout) inflate;
i = com.scb.phone.R.id.layout_nav_available_unit;
LinearLayout linearLayout = (LinearLayout) qeC.e(inflate, com.scb.phone.R.id.layout_nav_available_unit);
if (linearLayout != null) {
i = com.scb.phone.R.id.ll_layout_fund_title;
LinearLayout linearLayout2 = (LinearLayout) qeC.e(inflate, com.scb.phone.R.id.ll_layout_fund_title);
if (linearLayout2 != null) {
i = com.scb.phone.R.id.tv_fund_description;
TextView textView5 = (TextView) qeC.e(inflate, com.scb.phone.R.id.tv_fund_description);
if (textView5 != null) {
i = com.scb.phone.R.id.tv_omnibus_capsule;
TextView textView6 = (TextView) qeC.e(inflate, com.scb.phone.R.id.tv_omnibus_capsule);
if (textView6 != null) {
i = com.scb.phone.R.id.tv_search_fund_code;
TextView textView7 = (TextView) qeC.e(inflate, com.scb.phone.R.id.tv_search_fund_code);
if (textView7 != null) {
i = com.scb.phone.R.id.tv_yield;
TextView textView8 = (TextView) qeC.e(inflate, com.scb.phone.R.id.tv_yield);
if (textView8 != null) {
return new XKf(relativeLayout, textView, textView2, textView3, textView4, relativeLayout, linearLayout, linearLayout2, textView5, textView6, textView7, textView8);
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
}
}