127 lines
6.6 KiB
Java
127 lines
6.6 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class HmlSummaryFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private HmlSummaryFragment b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
|
||
|
public HmlSummaryFragment_ViewBinding(HmlSummaryFragment hmlSummaryFragment, View view) {
|
||
|
super(hmlSummaryFragment, view);
|
||
|
this.b = hmlSummaryFragment;
|
||
|
hmlSummaryFragment.step2Image = (ImageView) pyT.e(view, R.id.iv_step2, "field 'step2Image'", ImageView.class);
|
||
|
hmlSummaryFragment.step2Text = (TextView) pyT.e(view, R.id.tv_step2, "field 'step2Text'", TextView.class);
|
||
|
hmlSummaryFragment.step3Image = (ImageView) pyT.e(view, R.id.iv_step3, "field 'step3Image'", ImageView.class);
|
||
|
hmlSummaryFragment.duration = (TextView) pyT.e(view, R.id.tv_hml_summary_duration_per, "field 'duration'", TextView.class);
|
||
|
hmlSummaryFragment.requestValue = (TextView) pyT.e(view, R.id.tv_hml_summary_request_value, "field 'requestValue'", TextView.class);
|
||
|
hmlSummaryFragment.requestAmountValue = (TextView) pyT.e(view, R.id.tv_hml_summary_request_amount_value, "field 'requestAmountValue'", TextView.class);
|
||
|
hmlSummaryFragment.durationValue = (TextView) pyT.e(view, R.id.tv_hml_summary_duration, "field 'durationValue'", TextView.class);
|
||
|
hmlSummaryFragment.repaymentDate = (TextView) pyT.e(view, R.id.tv_tv_hml_start_repayment_value, "field 'repaymentDate'", TextView.class);
|
||
|
hmlSummaryFragment.annualInterest = (TextView) pyT.e(view, R.id.tv_hml_summary_duration_description, "field 'annualInterest'", TextView.class);
|
||
|
hmlSummaryFragment.simplePromotionContainer = (LinearLayout) pyT.e(view, R.id.ll_simple_promotion_container, "field 'simplePromotionContainer'", LinearLayout.class);
|
||
|
hmlSummaryFragment.dutyStampTitle = (TextView) pyT.e(view, R.id.tv_hml_duty_stamp, "field 'dutyStampTitle'", TextView.class);
|
||
|
hmlSummaryFragment.dutyStampDisclaimer = (TextView) pyT.e(view, R.id.tv_hml_duty_stamp_description, "field 'dutyStampDisclaimer'", TextView.class);
|
||
|
hmlSummaryFragment.dutyStampSeparator = pyT.a(view, R.id.separator4, "field 'dutyStampSeparator'");
|
||
|
View a = pyT.a(view, R.id.bt_next_customer, "field 'btNextCustomer' and method 'submit'");
|
||
|
hmlSummaryFragment.btNextCustomer = (Button) pyT.c(a, R.id.bt_next_customer, "field 'btNextCustomer'", Button.class);
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, hmlSummaryFragment) { // from class: com.scb.phone.view.fragment.hml.HmlSummaryFragment_ViewBinding.2
|
||
|
private HmlSummaryFragment a;
|
||
|
private HmlSummaryFragment_ViewBinding b;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.a = hmlSummaryFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.submit();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.bt_next_business, "field 'btNextBusiness' and method 'submit'");
|
||
|
hmlSummaryFragment.btNextBusiness = (Button) pyT.c(a2, R.id.bt_next_business, "field 'btNextBusiness'", Button.class);
|
||
|
this.e = a2;
|
||
|
a2.setOnClickListener(new gnL(this, hmlSummaryFragment) { // from class: com.scb.phone.view.fragment.hml.HmlSummaryFragment_ViewBinding.3
|
||
|
private HmlSummaryFragment b;
|
||
|
private HmlSummaryFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = hmlSummaryFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.submit();
|
||
|
}
|
||
|
});
|
||
|
hmlSummaryFragment.tvLoanPersonalizationLabel = (TextView) pyT.e(view, R.id.tv_loan_personalization_label, "field 'tvLoanPersonalizationLabel'", TextView.class);
|
||
|
View a3 = pyT.a(view, R.id.tv_loan_personalization_button, "field 'tvLoanPersonalizationButton' and method 'onLoanPersonalizationClick'");
|
||
|
hmlSummaryFragment.tvLoanPersonalizationButton = (TextView) pyT.c(a3, R.id.tv_loan_personalization_button, "field 'tvLoanPersonalizationButton'", TextView.class);
|
||
|
this.d = a3;
|
||
|
a3.setOnClickListener(new gnL(this, hmlSummaryFragment) { // from class: com.scb.phone.view.fragment.hml.HmlSummaryFragment_ViewBinding.1
|
||
|
private HmlSummaryFragment_ViewBinding d;
|
||
|
private HmlSummaryFragment e;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.e = hmlSummaryFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onLoanPersonalizationClick();
|
||
|
}
|
||
|
});
|
||
|
hmlSummaryFragment.vPrivacyNoticeContainer = pyT.a(view, R.id.v_privacy_notice_container, "field 'vPrivacyNoticeContainer'");
|
||
|
hmlSummaryFragment.tvPrivacyNotice = (TextView) pyT.e(view, R.id.tv_privacy_notice, "field 'tvPrivacyNotice'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
HmlSummaryFragment hmlSummaryFragment = this.b;
|
||
|
if (hmlSummaryFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
hmlSummaryFragment.step2Image = null;
|
||
|
hmlSummaryFragment.step2Text = null;
|
||
|
hmlSummaryFragment.step3Image = null;
|
||
|
hmlSummaryFragment.duration = null;
|
||
|
hmlSummaryFragment.requestValue = null;
|
||
|
hmlSummaryFragment.requestAmountValue = null;
|
||
|
hmlSummaryFragment.durationValue = null;
|
||
|
hmlSummaryFragment.repaymentDate = null;
|
||
|
hmlSummaryFragment.annualInterest = null;
|
||
|
hmlSummaryFragment.simplePromotionContainer = null;
|
||
|
hmlSummaryFragment.dutyStampTitle = null;
|
||
|
hmlSummaryFragment.dutyStampDisclaimer = null;
|
||
|
hmlSummaryFragment.dutyStampSeparator = null;
|
||
|
hmlSummaryFragment.btNextCustomer = null;
|
||
|
hmlSummaryFragment.btNextBusiness = null;
|
||
|
hmlSummaryFragment.tvLoanPersonalizationLabel = null;
|
||
|
hmlSummaryFragment.tvLoanPersonalizationButton = null;
|
||
|
hmlSummaryFragment.vPrivacyNoticeContainer = null;
|
||
|
hmlSummaryFragment.tvPrivacyNotice = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|