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

45 lines
1.8 KiB
Java

package o;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
/* renamed from: o.emA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11795emA {
public final TextView a;
public final C15751iLP b;
public final RelativeLayout d;
public final RecyclerView e;
private C11795emA(RelativeLayout relativeLayout, C15751iLP c15751iLP, TextView textView, RecyclerView recyclerView) {
this.d = relativeLayout;
this.b = c15751iLP;
this.a = textView;
this.e = recyclerView;
}
public static C11795emA QW_(LayoutInflater layoutInflater) {
View inflate = layoutInflater.inflate(com.scb.phone.R.layout.2131559674, (ViewGroup) null, false);
int i = com.scb.phone.R.id.custom_empty_card;
View e = qeC.e(inflate, com.scb.phone.R.id.custom_empty_card);
if (e != null) {
C15751iLP e2 = C15751iLP.e(e);
int i2 = com.scb.phone.R.id.fund_search_list_error;
TextView textView = (TextView) qeC.e(inflate, com.scb.phone.R.id.fund_search_list_error);
if (textView != null) {
i2 = com.scb.phone.R.id.fund_search_list_recycler_view;
RecyclerView recyclerView = (RecyclerView) qeC.e(inflate, com.scb.phone.R.id.fund_search_list_recycler_view);
if (recyclerView != null) {
return new C11795emA((RelativeLayout) inflate, e2, textView, recyclerView);
}
}
i = i2;
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
}
}