what-the-bank/sources/com/scb/phone/view/fragment/fastpay/FastPayInputFragment_ViewBi...

80 lines
4.5 KiB
Java

package com.scb.phone.view.fragment.fastpay;
import android.view.View;
import android.widget.Button;
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.common.NoteEditText;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class FastPayInputFragment_ViewBinding extends BaseFragment_ViewBinding {
private FastPayInputFragment d;
private View e;
public FastPayInputFragment_ViewBinding(FastPayInputFragment fastPayInputFragment, View view) {
super(fastPayInputFragment, view);
this.d = fastPayInputFragment;
fastPayInputFragment.accountFrom = (CustomTransferAndPaySource) pyT.e(view, R.id.transfer_and_pay_source, "field 'accountFrom'", CustomTransferAndPaySource.class);
fastPayInputFragment.accountTo = (CustomTransferAndPayTarget) pyT.e(view, R.id.transfer_and_pay_target, "field 'accountTo'", CustomTransferAndPayTarget.class);
fastPayInputFragment.amountItem = (CustomTransferAndPayItem) pyT.e(view, R.id.transfer_and_pay_amount, "field 'amountItem'", CustomTransferAndPayItem.class);
fastPayInputFragment.amountInputLayout = (LinearLayout) pyT.e(view, R.id.amount_input_layout, "field 'amountInputLayout'", LinearLayout.class);
fastPayInputFragment.inputLayout = (TextInputLayout) pyT.e(view, R.id.text_error_input_layout, "field 'inputLayout'", TextInputLayout.class);
fastPayInputFragment.editAmount = (AmountEditText) pyT.e(view, R.id.edit_amount, "field 'editAmount'", AmountEditText.class);
fastPayInputFragment.remainingLimitLinearLayout = (LinearLayout) pyT.e(view, R.id.remaining_limit_linear_layout, "field 'remainingLimitLinearLayout'", LinearLayout.class);
fastPayInputFragment.textRemainingLimit = (TextView) pyT.e(view, R.id.text_remaining_limit_text_view, "field 'textRemainingLimit'", TextView.class);
fastPayInputFragment.remainingLimit = (TextView) pyT.e(view, R.id.remaining_limit_text_view, "field 'remainingLimit'", TextView.class);
fastPayInputFragment.remainingLimitError = (TextView) pyT.e(view, R.id.remaining_limit_error_text_view, "field 'remainingLimitError'", TextView.class);
fastPayInputFragment.noteEditText = (NoteEditText) pyT.e(view, R.id.note_edit_text, "field 'noteEditText'", NoteEditText.class);
View a = pyT.a(view, R.id.button_review, "field 'buttonReview' and method 'onReviewButtonClick'");
fastPayInputFragment.buttonReview = (Button) pyT.c(a, R.id.button_review, "field 'buttonReview'", Button.class);
this.e = a;
a.setOnClickListener(new gnL(this, fastPayInputFragment) { // from class: com.scb.phone.view.fragment.fastpay.FastPayInputFragment_ViewBinding.5
private FastPayInputFragment a;
private FastPayInputFragment_ViewBinding c;
{
this.c = this;
this.a = fastPayInputFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onReviewButtonClick();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
FastPayInputFragment fastPayInputFragment = this.d;
if (fastPayInputFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
fastPayInputFragment.accountFrom = null;
fastPayInputFragment.accountTo = null;
fastPayInputFragment.amountItem = null;
fastPayInputFragment.amountInputLayout = null;
fastPayInputFragment.inputLayout = null;
fastPayInputFragment.editAmount = null;
fastPayInputFragment.remainingLimitLinearLayout = null;
fastPayInputFragment.textRemainingLimit = null;
fastPayInputFragment.remainingLimit = null;
fastPayInputFragment.remainingLimitError = null;
fastPayInputFragment.noteEditText = null;
fastPayInputFragment.buttonReview = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}