package com.scb.phone.view.fragment.etb; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.CompoundButton; import android.widget.LinearLayout; import android.widget.TextView; import com.google.android.material.textfield.TextInputLayout; import com.scb.phone.R; import com.scb.phone.view.custom.common.AmountEditText; 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 class EtbSetDetailFragment_ViewBinding extends BaseFragment_ViewBinding { private View c; private EtbSetDetailFragment d; private View e; public EtbSetDetailFragment_ViewBinding(EtbSetDetailFragment etbSetDetailFragment, View view) { super(etbSetDetailFragment, view); this.d = etbSetDetailFragment; etbSetDetailFragment.textRemainingLimit = (TextView) pyT.e(view, R.id.text_remaining_limit_text_view, "field 'textRemainingLimit'", TextView.class); etbSetDetailFragment.remainingLimit = (TextView) pyT.e(view, R.id.remaining_limit_text_view, "field 'remainingLimit'", TextView.class); etbSetDetailFragment.remainingLimitError = (TextView) pyT.e(view, R.id.remaining_limit_error_text_view, "field 'remainingLimitError'", TextView.class); etbSetDetailFragment.remainingLimitLinearLayout = (LinearLayout) pyT.e(view, R.id.remaining_limit_linear_layout, "field 'remainingLimitLinearLayout'", LinearLayout.class); etbSetDetailFragment.limitIncremental = (TextView) pyT.e(view, R.id.text_limit_incremental_text_view, "field 'limitIncremental'", TextView.class); etbSetDetailFragment.mAmountInputLayout = (TextInputLayout) pyT.e(view, R.id.text_error_input_layout, "field 'mAmountInputLayout'", TextInputLayout.class); etbSetDetailFragment.mAmountValue = (AmountEditText) pyT.e(view, R.id.edit_amount, "field 'mAmountValue'", AmountEditText.class); etbSetDetailFragment.customSpinnerMainAccount = (CustomSpinnerWithTitle) pyT.e(view, R.id.custom_spinner_main_account, "field 'customSpinnerMainAccount'", CustomSpinnerWithTitle.class); etbSetDetailFragment.customSpinnerDateOfDeduction = (CustomSpinnerWithTitle) pyT.e(view, R.id.custom_spinner_date_of_deduction, "field 'customSpinnerDateOfDeduction'", CustomSpinnerWithTitle.class); View a = pyT.a(view, R.id.button_next, "field 'buttonNext' and method 'onNextButtonClick'"); etbSetDetailFragment.buttonNext = (Button) pyT.c(a, R.id.button_next, "field 'buttonNext'", Button.class); this.c = a; a.setOnClickListener(new gnL(this, etbSetDetailFragment) { // from class: com.scb.phone.view.fragment.etb.EtbSetDetailFragment_ViewBinding.1 private EtbSetDetailFragment_ViewBinding c; private EtbSetDetailFragment d; { this.c = this; this.d = etbSetDetailFragment; } @Override // o.gnL public final void e(View view2) { this.d.onNextButtonClick(); } }); View a2 = pyT.a(view, R.id.checkbox_consent, "field 'checkBoxConsent' and method 'onCheckedConsent'"); etbSetDetailFragment.checkBoxConsent = (CheckBox) pyT.c(a2, R.id.checkbox_consent, "field 'checkBoxConsent'", CheckBox.class); this.e = a2; ((CompoundButton) a2).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, etbSetDetailFragment) { // from class: com.scb.phone.view.fragment.etb.EtbSetDetailFragment_ViewBinding.2 private EtbSetDetailFragment_ViewBinding a; private EtbSetDetailFragment e; { this.a = this; this.e = etbSetDetailFragment; } @Override // android.widget.CompoundButton.OnCheckedChangeListener public final void onCheckedChanged(CompoundButton compoundButton, boolean z) { this.e.onCheckedConsent(compoundButton, z); } }); etbSetDetailFragment.tvSelectAccountLabel = (TextView) pyT.e(view, R.id.tv_select_account_label, "field 'tvSelectAccountLabel'", TextView.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { EtbSetDetailFragment etbSetDetailFragment = this.d; if (etbSetDetailFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; etbSetDetailFragment.textRemainingLimit = null; etbSetDetailFragment.remainingLimit = null; etbSetDetailFragment.remainingLimitError = null; etbSetDetailFragment.remainingLimitLinearLayout = null; etbSetDetailFragment.limitIncremental = null; etbSetDetailFragment.mAmountInputLayout = null; etbSetDetailFragment.mAmountValue = null; etbSetDetailFragment.customSpinnerMainAccount = null; etbSetDetailFragment.customSpinnerDateOfDeduction = null; etbSetDetailFragment.buttonNext = null; etbSetDetailFragment.checkBoxConsent = null; etbSetDetailFragment.tvSelectAccountLabel = null; this.c.setOnClickListener(null); this.c = null; ((CompoundButton) this.e).setOnCheckedChangeListener(null); this.e = null; super.a(); } }