package o; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.RadioButton; import android.widget.RadioGroup; import com.scb.phone.view.custom.easycash.CustomAccountSelector; import com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel; /* renamed from: o.awR, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C3377awR { public final RadioButton a; public final RadioButton b; public final CustomAccountSelector c; public final RadioGroup d; public final LinearLayout e; public final CustomEasyCashSectionLabel g; private C3377awR(LinearLayout linearLayout, CustomAccountSelector customAccountSelector, RadioGroup radioGroup, RadioButton radioButton, RadioButton radioButton2, CustomEasyCashSectionLabel customEasyCashSectionLabel) { this.e = linearLayout; this.c = customAccountSelector; this.d = radioGroup; this.a = radioButton; this.b = radioButton2; this.g = customEasyCashSectionLabel; } public static C3377awR QT_(LayoutInflater layoutInflater, ViewGroup viewGroup) { View inflate = layoutInflater.inflate(com.scb.phone.R.layout.2131559127, viewGroup, false); int i = com.scb.phone.R.id.account_selector; CustomAccountSelector customAccountSelector = (CustomAccountSelector) qeC.e(inflate, com.scb.phone.R.id.account_selector); if (customAccountSelector != null) { i = com.scb.phone.R.id.radio_group_repay_option; RadioGroup radioGroup = (RadioGroup) qeC.e(inflate, com.scb.phone.R.id.radio_group_repay_option); if (radioGroup != null) { i = com.scb.phone.R.id.rdb_cash; RadioButton radioButton = (RadioButton) qeC.e(inflate, com.scb.phone.R.id.rdb_cash); if (radioButton != null) { i = com.scb.phone.R.id.rdb_direct_debit; RadioButton radioButton2 = (RadioButton) qeC.e(inflate, com.scb.phone.R.id.rdb_direct_debit); if (radioButton2 != null) { i = com.scb.phone.R.id.text_header; CustomEasyCashSectionLabel customEasyCashSectionLabel = (CustomEasyCashSectionLabel) qeC.e(inflate, com.scb.phone.R.id.text_header); if (customEasyCashSectionLabel != null) { return new C3377awR((LinearLayout) inflate, customAccountSelector, radioGroup, radioButton, radioButton2, customEasyCashSectionLabel); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } }