294 lines
16 KiB
Java
294 lines
16 KiB
Java
|
package com.scb.phone.view.fragment.creditcard;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.widget.CompoundButton;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.appcompat.widget.SwitchCompat;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
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 SettingTabFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private SettingTabFragment b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
private View f;
|
||
|
private View g;
|
||
|
private View h;
|
||
|
private View i;
|
||
|
private View j;
|
||
|
private View l;
|
||
|
private View n;
|
||
|
|
||
|
public SettingTabFragment_ViewBinding(SettingTabFragment settingTabFragment, View view) {
|
||
|
super(settingTabFragment, view);
|
||
|
this.b = settingTabFragment;
|
||
|
View a = pyT.a(view, R.id.card_lock_toggle, "field 'switchCardStatus' and method 'onTempBlockToggleChanged'");
|
||
|
settingTabFragment.switchCardStatus = (SwitchCompat) pyT.c(a, R.id.card_lock_toggle, "field 'switchCardStatus'", SwitchCompat.class);
|
||
|
this.e = a;
|
||
|
((CompoundButton) a).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.1
|
||
|
private SettingTabFragment_ViewBinding b;
|
||
|
private SettingTabFragment c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.c = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // android.widget.CompoundButton.OnCheckedChangeListener
|
||
|
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
|
||
|
this.c.onTempBlockToggleChanged(compoundButton, z);
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.ivCardLockArrow = (ImageView) pyT.e(view, R.id.iv_card_lock_arrow, "field 'ivCardLockArrow'", ImageView.class);
|
||
|
View a2 = pyT.a(view, R.id.layout_card_status, "field 'layoutCardStatus' and method 'handleClickOfTempCardLock'");
|
||
|
settingTabFragment.layoutCardStatus = (ConstraintLayout) pyT.c(a2, R.id.layout_card_status, "field 'layoutCardStatus'", ConstraintLayout.class);
|
||
|
this.d = a2;
|
||
|
a2.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.3
|
||
|
private SettingTabFragment_ViewBinding a;
|
||
|
private SettingTabFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.handleClickOfTempCardLock();
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.layoutCardError = (LinearLayout) pyT.e(view, R.id.layout_cardblock_error, "field 'layoutCardError'", LinearLayout.class);
|
||
|
settingTabFragment.layoutLockECommerce = (RelativeLayout) pyT.e(view, R.id.rl_layout_lock_e_commerce, "field 'layoutLockECommerce'", RelativeLayout.class);
|
||
|
settingTabFragment.layoutBlockOnlinePayment = (LinearLayout) pyT.e(view, R.id.ll_layout_toggle_e_commerce, "field 'layoutBlockOnlinePayment'", LinearLayout.class);
|
||
|
View a3 = pyT.a(view, R.id.sw_e_commerce_domestic, "field 'switchBlockDomestic' and method 'onBlockDomesticToggleChanged'");
|
||
|
settingTabFragment.switchBlockDomestic = (SwitchCompat) pyT.c(a3, R.id.sw_e_commerce_domestic, "field 'switchBlockDomestic'", SwitchCompat.class);
|
||
|
this.n = a3;
|
||
|
((CompoundButton) a3).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.2
|
||
|
private SettingTabFragment b;
|
||
|
private SettingTabFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // android.widget.CompoundButton.OnCheckedChangeListener
|
||
|
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
|
||
|
this.b.onBlockDomesticToggleChanged(compoundButton, z);
|
||
|
}
|
||
|
});
|
||
|
View a4 = pyT.a(view, R.id.sw_e_commerce_international, "field 'switchBlockInternational' and method 'onBlockInternationalToggleChanged'");
|
||
|
settingTabFragment.switchBlockInternational = (SwitchCompat) pyT.c(a4, R.id.sw_e_commerce_international, "field 'switchBlockInternational'", SwitchCompat.class);
|
||
|
this.l = a4;
|
||
|
((CompoundButton) a4).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.4
|
||
|
private SettingTabFragment_ViewBinding a;
|
||
|
private SettingTabFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // android.widget.CompoundButton.OnCheckedChangeListener
|
||
|
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
|
||
|
this.d.onBlockInternationalToggleChanged(compoundButton, z);
|
||
|
}
|
||
|
});
|
||
|
View a5 = pyT.a(view, R.id.layout_temp_limit_increase, "field 'layoutTempLimitIncrease' and method 'onTempLimitIncreaseClick'");
|
||
|
settingTabFragment.layoutTempLimitIncrease = (ViewGroup) pyT.c(a5, R.id.layout_temp_limit_increase, "field 'layoutTempLimitIncrease'", ViewGroup.class);
|
||
|
this.j = a5;
|
||
|
a5.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.9
|
||
|
private SettingTabFragment b;
|
||
|
private SettingTabFragment_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.b = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onTempLimitIncreaseClick();
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.tvTempLimitIncrease = (TextView) pyT.e(view, R.id.tv_temp_limit_increase, "field 'tvTempLimitIncrease'", TextView.class);
|
||
|
settingTabFragment.ivTempLimit = (ImageView) pyT.e(view, R.id.iv_temp_limit, "field 'ivTempLimit'", ImageView.class);
|
||
|
settingTabFragment.ivTempLimitArrow = (ImageView) pyT.e(view, R.id.iv_temp_limit_arrow, "field 'ivTempLimitArrow'", ImageView.class);
|
||
|
settingTabFragment.tvOngoingTempLimitMessage = (TextView) pyT.e(view, R.id.tv_ongoing_temp_limit_message, "field 'tvOngoingTempLimitMessage'", TextView.class);
|
||
|
View a6 = pyT.a(view, R.id.layout_installment_plan, "field 'layoutDeejungInstallments' and method 'handleClickOfDeejungInstallments'");
|
||
|
settingTabFragment.layoutDeejungInstallments = (ViewGroup) pyT.c(a6, R.id.layout_installment_plan, "field 'layoutDeejungInstallments'", ViewGroup.class);
|
||
|
this.f = a6;
|
||
|
a6.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.6
|
||
|
private SettingTabFragment_ViewBinding b;
|
||
|
private SettingTabFragment e;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.e = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.handleClickOfDeejungInstallments();
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.tvDeejungInstallments = (TextView) pyT.e(view, R.id.tv_installment_plan, "field 'tvDeejungInstallments'", TextView.class);
|
||
|
settingTabFragment.ivDeejungInstallments = (ImageView) pyT.e(view, R.id.iv_installment_plan, "field 'ivDeejungInstallments'", ImageView.class);
|
||
|
settingTabFragment.ivDeejungInstallmentsArrow = (ImageView) pyT.e(view, R.id.iv_txv_installment_plan_arrow, "field 'ivDeejungInstallmentsArrow'", ImageView.class);
|
||
|
View a7 = pyT.a(view, R.id.layout_deejung_transfer, "field 'layoutDeejungTransfer' and method 'handleClickOfDeejungTransfer'");
|
||
|
settingTabFragment.layoutDeejungTransfer = (ViewGroup) pyT.c(a7, R.id.layout_deejung_transfer, "field 'layoutDeejungTransfer'", ViewGroup.class);
|
||
|
this.i = a7;
|
||
|
a7.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.8
|
||
|
private SettingTabFragment b;
|
||
|
private SettingTabFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.handleClickOfDeejungTransfer();
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.tvDeejungTransferLabel = (TextView) pyT.e(view, R.id.tv_deejung_transfer_label, "field 'tvDeejungTransferLabel'", TextView.class);
|
||
|
settingTabFragment.ivDeejungTransfer = (ImageView) pyT.e(view, R.id.iv_deejung_transfer, "field 'ivDeejungTransfer'", ImageView.class);
|
||
|
settingTabFragment.ivDeejungTransferArrow = (ImageView) pyT.e(view, R.id.iv_txv_deejung_transfer_arrow, "field 'ivDeejungTransferArrow'", ImageView.class);
|
||
|
View a8 = pyT.a(view, R.id.layout_e_statement, "field 'layoutEStatement' and method 'handleClickingOfEStatement'");
|
||
|
settingTabFragment.layoutEStatement = (ViewGroup) pyT.c(a8, R.id.layout_e_statement, "field 'layoutEStatement'", ViewGroup.class);
|
||
|
this.g = a8;
|
||
|
a8.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.10
|
||
|
private SettingTabFragment_ViewBinding c;
|
||
|
private SettingTabFragment d;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.d = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.handleClickingOfEStatement();
|
||
|
}
|
||
|
});
|
||
|
View a9 = pyT.a(view, R.id.layout_statement_channel, "field 'layoutStatementChannel' and method 'handleClickingOfStatementChannel'");
|
||
|
settingTabFragment.layoutStatementChannel = (ViewGroup) pyT.c(a9, R.id.layout_statement_channel, "field 'layoutStatementChannel'", ViewGroup.class);
|
||
|
this.h = a9;
|
||
|
a9.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.7
|
||
|
private SettingTabFragment d;
|
||
|
private SettingTabFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.d = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.handleClickingOfStatementChannel();
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.llContentViewLayout = (LinearLayout) pyT.e(view, R.id.ll_content_view_layout, "field 'llContentViewLayout'", LinearLayout.class);
|
||
|
settingTabFragment.llErrorLayout = (LinearLayout) pyT.e(view, R.id.ll_root_error_layout, "field 'llErrorLayout'", LinearLayout.class);
|
||
|
settingTabFragment.tvErrorTitle = (TextView) pyT.e(view, R.id.tv_error_title, "field 'tvErrorTitle'", TextView.class);
|
||
|
settingTabFragment.tvErrorDesc = (TextView) pyT.e(view, R.id.tv_generic_error, "field 'tvErrorDesc'", TextView.class);
|
||
|
settingTabFragment.ivErrorIcon = (ImageView) pyT.e(view, R.id.iv_error_icon, "field 'ivErrorIcon'", ImageView.class);
|
||
|
settingTabFragment.tvECommerceRemark = (TextView) pyT.e(view, R.id.tv_lock_e_commerce_remark, "field 'tvECommerceRemark'", TextView.class);
|
||
|
View a10 = pyT.a(view, R.id.iv_e_commerce_reload, "field 'ivECommerceError' and method 'handleReloadECommerce'");
|
||
|
settingTabFragment.ivECommerceError = (ImageView) pyT.c(a10, R.id.iv_e_commerce_reload, "field 'ivECommerceError'", ImageView.class);
|
||
|
this.c = a10;
|
||
|
a10.setOnClickListener(new gnL(this, settingTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.SettingTabFragment_ViewBinding.5
|
||
|
private SettingTabFragment_ViewBinding b;
|
||
|
private SettingTabFragment c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.c = settingTabFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.handleReloadECommerce();
|
||
|
}
|
||
|
});
|
||
|
settingTabFragment.layoutLockECommerceRoot = (LinearLayout) pyT.e(view, R.id.ll_layout_lock_e_commerce_root, "field 'layoutLockECommerceRoot'", LinearLayout.class);
|
||
|
settingTabFragment.viewSeparatorLockECom = pyT.a(view, R.id.v_separator_lock_ecom, "field 'viewSeparatorLockECom'");
|
||
|
settingTabFragment.viewSeparatorBlockOnlinePayment = pyT.a(view, R.id.v_separator_block_online_payment, "field 'viewSeparatorBlockOnlinePayment'");
|
||
|
settingTabFragment.tvRemarkTemplimitMessage = (TextView) pyT.e(view, R.id.tv_service_remark_message, "field 'tvRemarkTemplimitMessage'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
SettingTabFragment settingTabFragment = this.b;
|
||
|
if (settingTabFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
settingTabFragment.switchCardStatus = null;
|
||
|
settingTabFragment.ivCardLockArrow = null;
|
||
|
settingTabFragment.layoutCardStatus = null;
|
||
|
settingTabFragment.layoutCardError = null;
|
||
|
settingTabFragment.layoutLockECommerce = null;
|
||
|
settingTabFragment.layoutBlockOnlinePayment = null;
|
||
|
settingTabFragment.switchBlockDomestic = null;
|
||
|
settingTabFragment.switchBlockInternational = null;
|
||
|
settingTabFragment.layoutTempLimitIncrease = null;
|
||
|
settingTabFragment.tvTempLimitIncrease = null;
|
||
|
settingTabFragment.ivTempLimit = null;
|
||
|
settingTabFragment.ivTempLimitArrow = null;
|
||
|
settingTabFragment.tvOngoingTempLimitMessage = null;
|
||
|
settingTabFragment.layoutDeejungInstallments = null;
|
||
|
settingTabFragment.tvDeejungInstallments = null;
|
||
|
settingTabFragment.ivDeejungInstallments = null;
|
||
|
settingTabFragment.ivDeejungInstallmentsArrow = null;
|
||
|
settingTabFragment.layoutDeejungTransfer = null;
|
||
|
settingTabFragment.tvDeejungTransferLabel = null;
|
||
|
settingTabFragment.ivDeejungTransfer = null;
|
||
|
settingTabFragment.ivDeejungTransferArrow = null;
|
||
|
settingTabFragment.layoutEStatement = null;
|
||
|
settingTabFragment.layoutStatementChannel = null;
|
||
|
settingTabFragment.llContentViewLayout = null;
|
||
|
settingTabFragment.llErrorLayout = null;
|
||
|
settingTabFragment.tvErrorTitle = null;
|
||
|
settingTabFragment.tvErrorDesc = null;
|
||
|
settingTabFragment.ivErrorIcon = null;
|
||
|
settingTabFragment.tvECommerceRemark = null;
|
||
|
settingTabFragment.ivECommerceError = null;
|
||
|
settingTabFragment.layoutLockECommerceRoot = null;
|
||
|
settingTabFragment.viewSeparatorLockECom = null;
|
||
|
settingTabFragment.viewSeparatorBlockOnlinePayment = null;
|
||
|
settingTabFragment.tvRemarkTemplimitMessage = null;
|
||
|
((CompoundButton) this.e).setOnCheckedChangeListener(null);
|
||
|
this.e = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
((CompoundButton) this.n).setOnCheckedChangeListener(null);
|
||
|
this.n = null;
|
||
|
((CompoundButton) this.l).setOnCheckedChangeListener(null);
|
||
|
this.l = null;
|
||
|
this.j.setOnClickListener(null);
|
||
|
this.j = null;
|
||
|
this.f.setOnClickListener(null);
|
||
|
this.f = null;
|
||
|
this.i.setOnClickListener(null);
|
||
|
this.i = null;
|
||
|
this.g.setOnClickListener(null);
|
||
|
this.g = null;
|
||
|
this.h.setOnClickListener(null);
|
||
|
this.h = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|