what-the-bank/sources/com/scb/phone/view/fragment/transferandpay/SuccessFragment_ViewBinding...

287 lines
14 KiB
Java

package com.scb.phone.view.fragment.transferandpay;
import android.view.View;
import android.widget.Button;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.DefaultButton;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class SuccessFragment_ViewBinding extends BaseSuccessFragment_ViewBinding {
private View b;
private View c;
private SuccessFragment d;
private View e;
private View f;
private View g;
private View h;
private View i;
private View j;
private View l;
/* renamed from: o, reason: collision with root package name */
private View f8074o;
public SuccessFragment_ViewBinding(SuccessFragment successFragment, View view) {
super(successFragment, view);
this.d = successFragment;
successFragment.billPaymentRelativeLayout = (RelativeLayout) pyT.e(view, R.id.bill_payment_layout, "field 'billPaymentRelativeLayout'", RelativeLayout.class);
successFragment.billLinearLayout = (LinearLayout) pyT.e(view, R.id.bill_layout, "field 'billLinearLayout'", LinearLayout.class);
successFragment.mRemainingBalanceTextView = (TextView) pyT.e(view, R.id.remaining_balance_text_view, "field 'mRemainingBalanceTextView'", TextView.class);
View a = pyT.a(view, R.id.target_favourite_button, "field 'mFavouriteButton'");
successFragment.mFavouriteButton = (DefaultButton) pyT.c(a, R.id.target_favourite_button, "field 'mFavouriteButton'", DefaultButton.class);
this.l = a;
a.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.4
private SuccessFragment_ViewBinding c;
private SuccessFragment d;
{
this.c = this;
this.d = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onAddFavoriteClick();
}
});
View a2 = pyT.a(view, R.id.auto_save_off_save_button, "field 'autoSaveOffSaveButton' and method 'saveSlipButton'");
successFragment.autoSaveOffSaveButton = (Button) pyT.c(a2, R.id.auto_save_off_save_button, "field 'autoSaveOffSaveButton'", Button.class);
this.c = a2;
a2.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.3
private SuccessFragment_ViewBinding a;
private SuccessFragment b;
{
this.a = this;
this.b = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.saveSlipButton();
}
});
View a3 = pyT.a(view, R.id.auto_save_off_donations_save_button, "field 'autoSaveOffDonationsSaveButton' and method 'saveSlipDonationsButton'");
successFragment.autoSaveOffDonationsSaveButton = (Button) pyT.c(a3, R.id.auto_save_off_donations_save_button, "field 'autoSaveOffDonationsSaveButton'", Button.class);
this.b = a3;
a3.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.5
private SuccessFragment_ViewBinding d;
private SuccessFragment e;
{
this.d = this;
this.e = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.saveSlipDonationsButton();
}
});
View a4 = pyT.a(view, R.id.share_moment_button, "field 'shareMomentButton' and method 'setShareMomentButton'");
successFragment.shareMomentButton = (Button) pyT.c(a4, R.id.share_moment_button, "field 'shareMomentButton'", Button.class);
this.f8074o = a4;
a4.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.1
private SuccessFragment_ViewBinding b;
private SuccessFragment d;
{
this.b = this;
this.d = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.setShareMomentButton();
}
});
View a5 = pyT.a(view, R.id.auto_save_off_share_button, "field 'autoSaveOffShareButton' and method 'shareSlipButton'");
successFragment.autoSaveOffShareButton = (Button) pyT.c(a5, R.id.auto_save_off_share_button, "field 'autoSaveOffShareButton'", Button.class);
this.j = a5;
a5.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.7
private SuccessFragment_ViewBinding a;
private SuccessFragment d;
{
this.a = this;
this.d = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.shareSlipButton();
}
});
View a6 = pyT.a(view, R.id.share_button, "field 'shareButton'");
successFragment.shareButton = (Button) pyT.c(a6, R.id.share_button, "field 'shareButton'", Button.class);
this.h = a6;
a6.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.6
private SuccessFragment c;
private SuccessFragment_ViewBinding d;
{
this.d = this;
this.c = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onShareButtonClick();
}
});
successFragment.lineBlackView = pyT.a(view, R.id.line_black, "field 'lineBlackView'");
successFragment.lineView = pyT.a(view, R.id.line_view, "field 'lineView'");
successFragment.endSlipImage = (ImageView) pyT.e(view, R.id.end_slip, "field 'endSlipImage'", ImageView.class);
View a7 = pyT.a(view, R.id.another_transfer_button, "field 'anotherTransactionButton'");
successFragment.anotherTransactionButton = (Button) pyT.c(a7, R.id.another_transfer_button, "field 'anotherTransactionButton'", Button.class);
this.e = a7;
a7.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.8
private SuccessFragment c;
private SuccessFragment_ViewBinding d;
{
this.d = this;
this.c = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onAnotherTransferClick();
}
});
View a8 = pyT.a(view, R.id.return_button, "field 'returnTextView'");
successFragment.returnTextView = (TextView) pyT.c(a8, R.id.return_button, "field 'returnTextView'", TextView.class);
this.g = a8;
a8.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.9
private SuccessFragment_ViewBinding d;
private SuccessFragment e;
{
this.d = this;
this.e = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onReturnHomeClick();
}
});
successFragment.slipRelativeLayout = (RelativeLayout) pyT.e(view, R.id.layout_slip, "field 'slipRelativeLayout'", RelativeLayout.class);
View a9 = pyT.a(view, R.id.qr_code_layout, "field 'qrCodeLayout' and method 'onClickQRCodeLayout'");
successFragment.qrCodeLayout = (LinearLayout) pyT.c(a9, R.id.qr_code_layout, "field 'qrCodeLayout'", LinearLayout.class);
this.i = a9;
a9.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.10
private SuccessFragment b;
private SuccessFragment_ViewBinding d;
{
this.d = this;
this.b = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onClickQRCodeLayout();
}
});
successFragment.qrCodeSectionHeaderTextView = (TextView) pyT.e(view, R.id.qr_code_section_header, "field 'qrCodeSectionHeaderTextView'", TextView.class);
successFragment.qrCodeImageView = (ImageView) pyT.e(view, R.id.qr_code_image, "field 'qrCodeImageView'", ImageView.class);
successFragment.qrCodeDescriptionTextView = (TextView) pyT.e(view, R.id.qr_code_description, "field 'qrCodeDescriptionTextView'", TextView.class);
successFragment.refIdTextView = (TextView) pyT.e(view, R.id.reference_id_text_view, "field 'refIdTextView'", TextView.class);
successFragment.qrCodeSectionView = (LinearLayout) pyT.e(view, R.id.qr_code_section, "field 'qrCodeSectionView'", LinearLayout.class);
successFragment.expandIcon = (ImageView) pyT.e(view, R.id.expand_icon_image_view, "field 'expandIcon'", ImageView.class);
successFragment.mRootView = (RelativeLayout) pyT.e(view, R.id.root_view_successful, "field 'mRootView'", RelativeLayout.class);
successFragment.mQRCodeSectionCoachmarkContainer = (RelativeLayout) pyT.e(view, R.id.qr_code_section_relative_layout, "field 'mQRCodeSectionCoachmarkContainer'", RelativeLayout.class);
View a10 = pyT.a(view, R.id.overlay_qr_code_tutorial_image_view, "field 'mOverlayQRCodeSectionCoachmarkImageView' and method 'closeTutorial'");
successFragment.mOverlayQRCodeSectionCoachmarkImageView = (ImageView) pyT.c(a10, R.id.overlay_qr_code_tutorial_image_view, "field 'mOverlayQRCodeSectionCoachmarkImageView'", ImageView.class);
this.f = a10;
a10.setOnClickListener(new gnL(this, successFragment) { // from class: com.scb.phone.view.fragment.transferandpay.SuccessFragment_ViewBinding.2
private SuccessFragment b;
private SuccessFragment_ViewBinding c;
{
this.c = this;
this.b = successFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.closeTutorial();
}
});
successFragment.coachmarkQRCodeSectionDescription = (TextView) pyT.e(view, R.id.qr_code_section_coachmark_description, "field 'coachmarkQRCodeSectionDescription'", TextView.class);
successFragment.coachmarkQRCodeSectionHeader = (TextView) pyT.e(view, R.id.qr_code_section_coachmark_header, "field 'coachmarkQRCodeSectionHeader'", TextView.class);
successFragment.scheduleNote = (TextView) pyT.e(view, R.id.schedule_note, "field 'scheduleNote'", TextView.class);
successFragment.additionalRecyclerView = (RecyclerView) pyT.e(view, R.id.additional_recycler_view, "field 'additionalRecyclerView'", RecyclerView.class);
successFragment.contextualAdsLayout = (FrameLayout) pyT.e(view, R.id.fl_fragment_contextual_ads, "field 'contextualAdsLayout'", FrameLayout.class);
}
@Override // com.scb.phone.view.fragment.transferandpay.BaseSuccessFragment_ViewBinding, com.scb.phone.view.fragment.transferandpay.BaseReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public void a() {
SuccessFragment successFragment = this.d;
if (successFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
successFragment.billPaymentRelativeLayout = null;
successFragment.billLinearLayout = null;
successFragment.mRemainingBalanceTextView = null;
successFragment.mFavouriteButton = null;
successFragment.autoSaveOffSaveButton = null;
successFragment.autoSaveOffDonationsSaveButton = null;
successFragment.shareMomentButton = null;
successFragment.autoSaveOffShareButton = null;
successFragment.shareButton = null;
successFragment.lineBlackView = null;
successFragment.lineView = null;
successFragment.endSlipImage = null;
successFragment.anotherTransactionButton = null;
successFragment.returnTextView = null;
successFragment.slipRelativeLayout = null;
successFragment.qrCodeLayout = null;
successFragment.qrCodeSectionHeaderTextView = null;
successFragment.qrCodeImageView = null;
successFragment.qrCodeDescriptionTextView = null;
successFragment.refIdTextView = null;
successFragment.qrCodeSectionView = null;
successFragment.expandIcon = null;
successFragment.mRootView = null;
successFragment.mQRCodeSectionCoachmarkContainer = null;
successFragment.mOverlayQRCodeSectionCoachmarkImageView = null;
successFragment.coachmarkQRCodeSectionDescription = null;
successFragment.coachmarkQRCodeSectionHeader = null;
successFragment.scheduleNote = null;
successFragment.additionalRecyclerView = null;
successFragment.contextualAdsLayout = null;
this.l.setOnClickListener(null);
this.l = null;
this.c.setOnClickListener(null);
this.c = null;
this.b.setOnClickListener(null);
this.b = null;
this.f8074o.setOnClickListener(null);
this.f8074o = null;
this.j.setOnClickListener(null);
this.j = null;
this.h.setOnClickListener(null);
this.h = null;
this.e.setOnClickListener(null);
this.e = null;
this.g.setOnClickListener(null);
this.g = null;
this.i.setOnClickListener(null);
this.i = null;
this.f.setOnClickListener(null);
this.f = null;
super.a();
}
}