what-the-bank/sources/com/scb/phone/view/fragment/scheduledtransaction/CalendarDialogFragment_View...

136 lines
6.3 KiB
Java

package com.scb.phone.view.fragment.scheduledtransaction;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.Spinner;
import android.widget.TextView;
import com.prolificinteractive.materialcalendarview.MaterialCalendarView;
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 CalendarDialogFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View c;
private CalendarDialogFragment d;
private View e;
private View f;
public CalendarDialogFragment_ViewBinding(CalendarDialogFragment calendarDialogFragment, View view) {
super(calendarDialogFragment, view);
this.d = calendarDialogFragment;
calendarDialogFragment.tvTitleDialog = (TextView) pyT.e(view, R.id.tv_title_dialog, "field 'tvTitleDialog'", TextView.class);
calendarDialogFragment.startEndHeader = (LinearLayout) pyT.e(view, R.id.start_end_header, "field 'startEndHeader'", LinearLayout.class);
calendarDialogFragment.startDate = (TextView) pyT.e(view, R.id.start_date_text_view, "field 'startDate'", TextView.class);
calendarDialogFragment.endDate = (TextView) pyT.e(view, R.id.end_date_text_view, "field 'endDate'", TextView.class);
calendarDialogFragment.divider = pyT.a(view, R.id.divider_view, "field 'divider'");
View a = pyT.a(view, R.id.left_arrow_image_view, "field 'leftArrow' and method 'onPreviousMonthArrowClicked'");
calendarDialogFragment.leftArrow = (ImageView) pyT.c(a, R.id.left_arrow_image_view, "field 'leftArrow'", ImageView.class);
this.c = a;
a.setOnClickListener(new gnL(this, calendarDialogFragment) { // from class: com.scb.phone.view.fragment.scheduledtransaction.CalendarDialogFragment_ViewBinding.2
private CalendarDialogFragment_ViewBinding c;
private CalendarDialogFragment d;
{
this.c = this;
this.d = calendarDialogFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onPreviousMonthArrowClicked();
}
});
View a2 = pyT.a(view, R.id.right_arrow_image_view, "field 'rightArrow' and method 'onNextMonthArrowClicked'");
calendarDialogFragment.rightArrow = (ImageView) pyT.c(a2, R.id.right_arrow_image_view, "field 'rightArrow'", ImageView.class);
this.f = a2;
a2.setOnClickListener(new gnL(this, calendarDialogFragment) { // from class: com.scb.phone.view.fragment.scheduledtransaction.CalendarDialogFragment_ViewBinding.1
private CalendarDialogFragment c;
private CalendarDialogFragment_ViewBinding e;
{
this.e = this;
this.c = calendarDialogFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onNextMonthArrowClicked();
}
});
calendarDialogFragment.llCalendarPageSelector = (LinearLayout) pyT.e(view, R.id.ll_layout_calendar_page_selector, "field 'llCalendarPageSelector'", LinearLayout.class);
calendarDialogFragment.spnMonth = (Spinner) pyT.e(view, R.id.spn_month, "field 'spnMonth'", Spinner.class);
calendarDialogFragment.spnYear = (Spinner) pyT.e(view, R.id.spn_year, "field 'spnYear'", Spinner.class);
calendarDialogFragment.monthYear = (TextView) pyT.e(view, R.id.month_year_text_view, "field 'monthYear'", TextView.class);
calendarDialogFragment.calendar = (MaterialCalendarView) pyT.e(view, R.id.calendar_view, "field 'calendar'", MaterialCalendarView.class);
View a3 = pyT.a(view, R.id.bt_ok, "field 'btOk' and method 'onOkButtonClicked'");
calendarDialogFragment.btOk = (Button) pyT.c(a3, R.id.bt_ok, "field 'btOk'", Button.class);
this.b = a3;
a3.setOnClickListener(new gnL(this, calendarDialogFragment) { // from class: com.scb.phone.view.fragment.scheduledtransaction.CalendarDialogFragment_ViewBinding.5
private CalendarDialogFragment_ViewBinding d;
private CalendarDialogFragment e;
{
this.d = this;
this.e = calendarDialogFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onOkButtonClicked();
}
});
View a4 = pyT.a(view, R.id.item_back_icon_relative_layout, "method 'onCloseClicked'");
this.e = a4;
a4.setOnClickListener(new gnL(this, calendarDialogFragment) { // from class: com.scb.phone.view.fragment.scheduledtransaction.CalendarDialogFragment_ViewBinding.3
private CalendarDialogFragment_ViewBinding a;
private CalendarDialogFragment c;
{
this.a = this;
this.c = calendarDialogFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onCloseClicked();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
CalendarDialogFragment calendarDialogFragment = this.d;
if (calendarDialogFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
calendarDialogFragment.tvTitleDialog = null;
calendarDialogFragment.startEndHeader = null;
calendarDialogFragment.startDate = null;
calendarDialogFragment.endDate = null;
calendarDialogFragment.divider = null;
calendarDialogFragment.leftArrow = null;
calendarDialogFragment.rightArrow = null;
calendarDialogFragment.llCalendarPageSelector = null;
calendarDialogFragment.spnMonth = null;
calendarDialogFragment.spnYear = null;
calendarDialogFragment.monthYear = null;
calendarDialogFragment.calendar = null;
calendarDialogFragment.btOk = null;
this.c.setOnClickListener(null);
this.c = null;
this.f.setOnClickListener(null);
this.f = null;
this.b.setOnClickListener(null);
this.b = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}