what-the-bank/sources/com/scb/phone/view/fragment/findus/BaseMapTabFragment_ViewBind...

228 lines
9.4 KiB
Java

package com.scb.phone.view.fragment.findus;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.google.android.gms.maps.MapView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.DefaultButton;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class BaseMapTabFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View c;
private BaseMapTabFragment d;
private View e;
private View f;
private View g;
private View h;
private View i;
private View j;
private View k;
public BaseMapTabFragment_ViewBinding(BaseMapTabFragment baseMapTabFragment, View view) {
super(baseMapTabFragment, view);
this.d = baseMapTabFragment;
baseMapTabFragment.mMapView = (MapView) pyT.e(view, R.id.map_view, "field 'mMapView'", MapView.class);
View a = pyT.a(view, R.id.my_location_floating_button, "field 'mMyLocationButton' and method 'onMyLocationClick'");
baseMapTabFragment.mMyLocationButton = (FloatingActionButton) pyT.c(a, R.id.my_location_floating_button, "field 'mMyLocationButton'", FloatingActionButton.class);
this.i = a;
a.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.5
private BaseMapTabFragment a;
private BaseMapTabFragment_ViewBinding c;
{
this.c = this;
this.a = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onMyLocationClick();
}
});
View a2 = pyT.a(view, R.id.search_floating_button, "field 'mSearchButton' and method 'onSearchFloatingButtonClick'");
baseMapTabFragment.mSearchButton = (FloatingActionButton) pyT.c(a2, R.id.search_floating_button, "field 'mSearchButton'", FloatingActionButton.class);
this.k = a2;
a2.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.3
private BaseMapTabFragment_ViewBinding c;
private BaseMapTabFragment d;
{
this.c = this;
this.d = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onSearchFloatingButtonClick();
}
});
baseMapTabFragment.mSearchLayout = (RelativeLayout) pyT.e(view, R.id.search_layout, "field 'mSearchLayout'", RelativeLayout.class);
baseMapTabFragment.mDistrict = (TextView) pyT.e(view, R.id.district_text_view, "field 'mDistrict'", TextView.class);
baseMapTabFragment.mProvince = (TextView) pyT.e(view, R.id.province_text_view, "field 'mProvince'", TextView.class);
baseMapTabFragment.mInfoLayout = (RelativeLayout) pyT.e(view, R.id.info_layout, "field 'mInfoLayout'", RelativeLayout.class);
baseMapTabFragment.mMarkerName = (TextView) pyT.e(view, R.id.marker_name, "field 'mMarkerName'", TextView.class);
baseMapTabFragment.mMarkerAddress = (TextView) pyT.e(view, R.id.marker_address, "field 'mMarkerAddress'", TextView.class);
baseMapTabFragment.mMarkerOpenHour = (TextView) pyT.e(view, R.id.marker_openHour, "field 'mMarkerOpenHour'", TextView.class);
baseMapTabFragment.mMarkerPhone = (TextView) pyT.e(view, R.id.marker_phone, "field 'mMarkerPhone'", TextView.class);
View a3 = pyT.a(view, R.id.call_button, "field 'mCallButton' and method 'onCallButtonClicked'");
baseMapTabFragment.mCallButton = (DefaultButton) pyT.c(a3, R.id.call_button, "field 'mCallButton'", DefaultButton.class);
this.e = a3;
a3.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.1
private BaseMapTabFragment a;
private BaseMapTabFragment_ViewBinding e;
{
this.e = this;
this.a = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onCallButtonClicked();
}
});
View a4 = pyT.a(view, R.id.province_relative_layout, "method 'onProvinceClick'");
this.h = a4;
a4.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.4
private BaseMapTabFragment b;
private BaseMapTabFragment_ViewBinding e;
{
this.e = this;
this.b = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onProvinceClick();
}
});
View a5 = pyT.a(view, R.id.district_relative_layout, "method 'onDistrictClick'");
this.c = a5;
a5.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.2
private BaseMapTabFragment_ViewBinding a;
private BaseMapTabFragment c;
{
this.a = this;
this.c = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onDistrictClick();
}
});
View a6 = pyT.a(view, R.id.search_close_btn_relative_layout, "method 'onSearchCloseClick'");
this.j = a6;
a6.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.10
private BaseMapTabFragment b;
private BaseMapTabFragment_ViewBinding c;
{
this.c = this;
this.b = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onSearchCloseClick();
}
});
View a7 = pyT.a(view, R.id.info_close_btn_relative_layout, "method 'onInfoCloseClick'");
this.g = a7;
a7.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.7
private BaseMapTabFragment_ViewBinding a;
private BaseMapTabFragment e;
{
this.a = this;
this.e = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onInfoCloseClick();
}
});
View a8 = pyT.a(view, R.id.search_button, "method 'onSearchButtonClick'");
this.f = a8;
a8.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.8
private BaseMapTabFragment_ViewBinding b;
private BaseMapTabFragment d;
{
this.b = this;
this.d = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onSearchButtonClick();
}
});
View a9 = pyT.a(view, R.id.direction_button, "method 'onDirectionButtonClicked'");
this.b = a9;
a9.setOnClickListener(new gnL(this, baseMapTabFragment) { // from class: com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding.6
private BaseMapTabFragment a;
private BaseMapTabFragment_ViewBinding d;
{
this.d = this;
this.a = baseMapTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onDirectionButtonClicked();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public void a() {
BaseMapTabFragment baseMapTabFragment = this.d;
if (baseMapTabFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
baseMapTabFragment.mMapView = null;
baseMapTabFragment.mMyLocationButton = null;
baseMapTabFragment.mSearchButton = null;
baseMapTabFragment.mSearchLayout = null;
baseMapTabFragment.mDistrict = null;
baseMapTabFragment.mProvince = null;
baseMapTabFragment.mInfoLayout = null;
baseMapTabFragment.mMarkerName = null;
baseMapTabFragment.mMarkerAddress = null;
baseMapTabFragment.mMarkerOpenHour = null;
baseMapTabFragment.mMarkerPhone = null;
baseMapTabFragment.mCallButton = null;
this.i.setOnClickListener(null);
this.i = null;
this.k.setOnClickListener(null);
this.k = null;
this.e.setOnClickListener(null);
this.e = null;
this.h.setOnClickListener(null);
this.h = null;
this.c.setOnClickListener(null);
this.c = null;
this.j.setOnClickListener(null);
this.j = null;
this.g.setOnClickListener(null);
this.g = null;
this.f.setOnClickListener(null);
this.f = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}