package com.scb.phone.view.fragment.ndidcommon; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.CompoundButton; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.constraintlayout.widget.ConstraintLayout; import com.scb.phone.R; import com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public final class NdidCommonSelectIdpFragment_ViewBinding extends BaseFragment_ViewBinding { private View b; private NdidCommonSelectIdpFragment c; private View d; private View e; public NdidCommonSelectIdpFragment_ViewBinding(NdidCommonSelectIdpFragment ndidCommonSelectIdpFragment, View view) { super(ndidCommonSelectIdpFragment, view); this.c = ndidCommonSelectIdpFragment; View a = pyT.a(view, R.id.rl_layout_spinner_mask, "field 'rlLayoutSpinnerMark' and method 'onClickNavigateToSelectIdpListPage'"); ndidCommonSelectIdpFragment.rlLayoutSpinnerMark = (RelativeLayout) pyT.c(a, R.id.rl_layout_spinner_mask, "field 'rlLayoutSpinnerMark'", RelativeLayout.class); this.b = a; a.setOnClickListener(new gnL(this, ndidCommonSelectIdpFragment) { // from class: com.scb.phone.view.fragment.ndidcommon.NdidCommonSelectIdpFragment_ViewBinding.1 private NdidCommonSelectIdpFragment_ViewBinding a; private NdidCommonSelectIdpFragment d; { this.a = this; this.d = ndidCommonSelectIdpFragment; } @Override // o.gnL public final void e(View view2) { this.d.onClickNavigateToSelectIdpListPage(); } }); ndidCommonSelectIdpFragment.idpSpinner = (CustomSpinnerWithTitle) pyT.e(view, R.id.idp_spinner, "field 'idpSpinner'", CustomSpinnerWithTitle.class); ndidCommonSelectIdpFragment.tvAgreeTermsConditionTextView = (TextView) pyT.e(view, R.id.tv_agree_terms_condition, "field 'tvAgreeTermsConditionTextView'", TextView.class); View a2 = pyT.a(view, R.id.bt_next, "field 'btNext' and method 'onNextButtonClick'"); ndidCommonSelectIdpFragment.btNext = (Button) pyT.c(a2, R.id.bt_next, "field 'btNext'", Button.class); this.d = a2; a2.setOnClickListener(new gnL(this, ndidCommonSelectIdpFragment) { // from class: com.scb.phone.view.fragment.ndidcommon.NdidCommonSelectIdpFragment_ViewBinding.4 private NdidCommonSelectIdpFragment_ViewBinding b; private NdidCommonSelectIdpFragment e; { this.b = this; this.e = ndidCommonSelectIdpFragment; } @Override // o.gnL public final void e(View view2) { this.e.onNextButtonClick(); } }); View a3 = pyT.a(view, R.id.cb_consent, "field 'cbConsent' and method 'onConsentChecked'"); ndidCommonSelectIdpFragment.cbConsent = (CheckBox) pyT.c(a3, R.id.cb_consent, "field 'cbConsent'", CheckBox.class); this.e = a3; ((CompoundButton) a3).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, ndidCommonSelectIdpFragment) { // from class: com.scb.phone.view.fragment.ndidcommon.NdidCommonSelectIdpFragment_ViewBinding.2 private NdidCommonSelectIdpFragment a; private NdidCommonSelectIdpFragment_ViewBinding c; { this.c = this; this.a = ndidCommonSelectIdpFragment; } @Override // android.widget.CompoundButton.OnCheckedChangeListener public final void onCheckedChanged(CompoundButton compoundButton, boolean z) { this.a.onConsentChecked(z); } }); ndidCommonSelectIdpFragment.tvTermsConditionHeader = (TextView) pyT.e(view, R.id.tv_terms_and_conditions_header, "field 'tvTermsConditionHeader'", TextView.class); ndidCommonSelectIdpFragment.tvSelectedIdp = (TextView) pyT.e(view, R.id.tv_selected, "field 'tvSelectedIdp'", TextView.class); ndidCommonSelectIdpFragment.tvPlaceholder = (TextView) pyT.e(view, R.id.tv_placeholder, "field 'tvPlaceholder'", TextView.class); ndidCommonSelectIdpFragment.csTermCondition = (ConstraintLayout) pyT.e(view, R.id.cs_terms_cond, "field 'csTermCondition'", ConstraintLayout.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { NdidCommonSelectIdpFragment ndidCommonSelectIdpFragment = this.c; if (ndidCommonSelectIdpFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; ndidCommonSelectIdpFragment.rlLayoutSpinnerMark = null; ndidCommonSelectIdpFragment.idpSpinner = null; ndidCommonSelectIdpFragment.tvAgreeTermsConditionTextView = null; ndidCommonSelectIdpFragment.btNext = null; ndidCommonSelectIdpFragment.cbConsent = null; ndidCommonSelectIdpFragment.tvTermsConditionHeader = null; ndidCommonSelectIdpFragment.tvSelectedIdp = null; ndidCommonSelectIdpFragment.tvPlaceholder = null; ndidCommonSelectIdpFragment.csTermCondition = null; this.b.setOnClickListener(null); this.b = null; this.d.setOnClickListener(null); this.d = null; ((CompoundButton) this.e).setOnCheckedChangeListener(null); this.e = null; super.a(); } }