what-the-bank/sources/com/scb/phone/view/fragment/additionaldocument/PictureSelectionBottomEntry...

111 lines
5.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.additionaldocument;
import android.view.View;
import android.widget.LinearLayout;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class PictureSelectionBottomEntryFragment_ViewBinding implements Unbinder {
private View b;
private View c;
private PictureSelectionBottomEntryFragment d;
private View e;
private View j;
public PictureSelectionBottomEntryFragment_ViewBinding(PictureSelectionBottomEntryFragment pictureSelectionBottomEntryFragment, View view) {
this.d = pictureSelectionBottomEntryFragment;
View a = pyT.a(view, R.id.ll_layout_select_take_photo, "field 'linearLayoutSelectPhoto' and method 'takePicture'");
pictureSelectionBottomEntryFragment.linearLayoutSelectPhoto = (LinearLayout) pyT.c(a, R.id.ll_layout_select_take_photo, "field 'linearLayoutSelectPhoto'", LinearLayout.class);
this.j = a;
a.setOnClickListener(new gnL(this, pictureSelectionBottomEntryFragment) { // from class: com.scb.phone.view.fragment.additionaldocument.PictureSelectionBottomEntryFragment_ViewBinding.1
private PictureSelectionBottomEntryFragment_ViewBinding a;
private PictureSelectionBottomEntryFragment b;
{
this.a = this;
this.b = pictureSelectionBottomEntryFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.takePicture();
}
});
View a2 = pyT.a(view, R.id.ll_layout_select_choose_from_gallery, "field 'linearLayoutSelectGallery' and method 'chooseFromGallery'");
pictureSelectionBottomEntryFragment.linearLayoutSelectGallery = (LinearLayout) pyT.c(a2, R.id.ll_layout_select_choose_from_gallery, "field 'linearLayoutSelectGallery'", LinearLayout.class);
this.e = a2;
a2.setOnClickListener(new gnL(this, pictureSelectionBottomEntryFragment) { // from class: com.scb.phone.view.fragment.additionaldocument.PictureSelectionBottomEntryFragment_ViewBinding.5
private PictureSelectionBottomEntryFragment_ViewBinding a;
private PictureSelectionBottomEntryFragment c;
{
this.a = this;
this.c = pictureSelectionBottomEntryFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.chooseFromGallery();
}
});
View a3 = pyT.a(view, R.id.ll_layout_select_choose_from_file, "field 'linearLayoutSelectFromFile' and method 'chooseFromPdfFile'");
pictureSelectionBottomEntryFragment.linearLayoutSelectFromFile = (LinearLayout) pyT.c(a3, R.id.ll_layout_select_choose_from_file, "field 'linearLayoutSelectFromFile'", LinearLayout.class);
this.c = a3;
a3.setOnClickListener(new gnL(this, pictureSelectionBottomEntryFragment) { // from class: com.scb.phone.view.fragment.additionaldocument.PictureSelectionBottomEntryFragment_ViewBinding.3
private PictureSelectionBottomEntryFragment_ViewBinding c;
private PictureSelectionBottomEntryFragment d;
{
this.c = this;
this.d = pictureSelectionBottomEntryFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.chooseFromPdfFile();
}
});
View a4 = pyT.a(view, R.id.ll_layout_select_cancel, "field 'linearLayoutSelectCancel' and method 'cancel'");
pictureSelectionBottomEntryFragment.linearLayoutSelectCancel = (LinearLayout) pyT.c(a4, R.id.ll_layout_select_cancel, "field 'linearLayoutSelectCancel'", LinearLayout.class);
this.b = a4;
a4.setOnClickListener(new gnL(this, pictureSelectionBottomEntryFragment) { // from class: com.scb.phone.view.fragment.additionaldocument.PictureSelectionBottomEntryFragment_ViewBinding.2
private PictureSelectionBottomEntryFragment_ViewBinding a;
private PictureSelectionBottomEntryFragment e;
{
this.a = this;
this.e = pictureSelectionBottomEntryFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.cancel();
}
});
}
@Override // butterknife.Unbinder
public final void a() {
PictureSelectionBottomEntryFragment pictureSelectionBottomEntryFragment = this.d;
if (pictureSelectionBottomEntryFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
pictureSelectionBottomEntryFragment.linearLayoutSelectPhoto = null;
pictureSelectionBottomEntryFragment.linearLayoutSelectGallery = null;
pictureSelectionBottomEntryFragment.linearLayoutSelectFromFile = null;
pictureSelectionBottomEntryFragment.linearLayoutSelectCancel = null;
this.j.setOnClickListener(null);
this.j = null;
this.e.setOnClickListener(null);
this.e = null;
this.c.setOnClickListener(null);
this.c = null;
this.b.setOnClickListener(null);
this.b = null;
}
}