what-the-bank/sources/com/scb/phone/view/fragment/ndid/NdidSelectIdpFragment_ViewB...

95 lines
4.0 KiB
Java

package com.scb.phone.view.fragment.ndid;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.TextView;
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 class NdidSelectIdpFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View c;
private NdidSelectIdpFragment d;
private View e;
public NdidSelectIdpFragment_ViewBinding(NdidSelectIdpFragment ndidSelectIdpFragment, View view) {
super(ndidSelectIdpFragment, view);
this.d = ndidSelectIdpFragment;
ndidSelectIdpFragment.idpSpinner = (CustomSpinnerWithTitle) pyT.e(view, R.id.idp_spinner, "field 'idpSpinner'", CustomSpinnerWithTitle.class);
ndidSelectIdpFragment.agreeTermsConditionTextView = (TextView) pyT.e(view, R.id.tv_agree_terms_condition, "field 'agreeTermsConditionTextView'", TextView.class);
View a = pyT.a(view, R.id.bt_next, "field 'nextButton' and method 'onNextButtonClick'");
ndidSelectIdpFragment.nextButton = (Button) pyT.c(a, R.id.bt_next, "field 'nextButton'", Button.class);
this.b = a;
a.setOnClickListener(new gnL(this, ndidSelectIdpFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidSelectIdpFragment_ViewBinding.1
private NdidSelectIdpFragment_ViewBinding b;
private NdidSelectIdpFragment c;
{
this.b = this;
this.c = ndidSelectIdpFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onNextButtonClick();
}
});
View a2 = pyT.a(view, R.id.cb_consent, "method 'onConsentChecked'");
this.e = a2;
((CompoundButton) a2).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, ndidSelectIdpFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidSelectIdpFragment_ViewBinding.5
private NdidSelectIdpFragment a;
private NdidSelectIdpFragment_ViewBinding e;
{
this.e = this;
this.a = ndidSelectIdpFragment;
}
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
this.a.onConsentChecked(z);
}
});
View a3 = pyT.a(view, R.id.cb_terms_and_conditions, "method 'onTermsCondChecked'");
this.c = a3;
((CompoundButton) a3).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, ndidSelectIdpFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidSelectIdpFragment_ViewBinding.2
private NdidSelectIdpFragment a;
private NdidSelectIdpFragment_ViewBinding c;
{
this.c = this;
this.a = ndidSelectIdpFragment;
}
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
this.a.onTermsCondChecked(z);
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
NdidSelectIdpFragment ndidSelectIdpFragment = this.d;
if (ndidSelectIdpFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
ndidSelectIdpFragment.idpSpinner = null;
ndidSelectIdpFragment.agreeTermsConditionTextView = null;
ndidSelectIdpFragment.nextButton = null;
this.b.setOnClickListener(null);
this.b = null;
((CompoundButton) this.e).setOnCheckedChangeListener(null);
this.e = null;
((CompoundButton) this.c).setOnCheckedChangeListener(null);
this.c = null;
super.a();
}
}