83 lines
3.6 KiB
Java
83 lines
3.6 KiB
Java
|
package com.scb.phone.view.activity.ndid;
|
||
|
|
||
|
import android.view.SurfaceView;
|
||
|
import android.view.TextureView;
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import com.scb.phone.view.custom.ndid.OverlayNationalIdFocus;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class NationalIdCameraActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private NationalIdCameraActivity d;
|
||
|
|
||
|
public NationalIdCameraActivity_ViewBinding(NationalIdCameraActivity nationalIdCameraActivity, View view) {
|
||
|
super(nationalIdCameraActivity, view);
|
||
|
this.d = nationalIdCameraActivity;
|
||
|
nationalIdCameraActivity.textureView = (TextureView) pyT.e(view, R.id.textureView, "field 'textureView'", TextureView.class);
|
||
|
nationalIdCameraActivity.surfaceView = (SurfaceView) pyT.e(view, R.id.surfaceView, "field 'surfaceView'", SurfaceView.class);
|
||
|
nationalIdCameraActivity.overlay = (OverlayNationalIdFocus) pyT.e(view, R.id.overlay, "field 'overlay'", OverlayNationalIdFocus.class);
|
||
|
View a = pyT.a(view, R.id.iv_capture, "field 'ivCapture' and method 'onClick'");
|
||
|
nationalIdCameraActivity.ivCapture = (ImageView) pyT.c(a, R.id.iv_capture, "field 'ivCapture'", ImageView.class);
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, nationalIdCameraActivity) { // from class: com.scb.phone.view.activity.ndid.NationalIdCameraActivity_ViewBinding.3
|
||
|
private NationalIdCameraActivity a;
|
||
|
private NationalIdCameraActivity_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.a = nationalIdCameraActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onClick();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.iv_arrow_back, "field 'ivArrowBack' and method 'onNavigateBack'");
|
||
|
nationalIdCameraActivity.ivArrowBack = (ImageView) pyT.c(a2, R.id.iv_arrow_back, "field 'ivArrowBack'", ImageView.class);
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, nationalIdCameraActivity) { // from class: com.scb.phone.view.activity.ndid.NationalIdCameraActivity_ViewBinding.1
|
||
|
private NationalIdCameraActivity_ViewBinding a;
|
||
|
private NationalIdCameraActivity b;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.b = nationalIdCameraActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onNavigateBack();
|
||
|
}
|
||
|
});
|
||
|
nationalIdCameraActivity.tvTitle = (TextView) pyT.e(view, R.id.tv_title, "field 'tvTitle'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
NationalIdCameraActivity nationalIdCameraActivity = this.d;
|
||
|
if (nationalIdCameraActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
nationalIdCameraActivity.textureView = null;
|
||
|
nationalIdCameraActivity.surfaceView = null;
|
||
|
nationalIdCameraActivity.overlay = null;
|
||
|
nationalIdCameraActivity.ivCapture = null;
|
||
|
nationalIdCameraActivity.ivArrowBack = null;
|
||
|
nationalIdCameraActivity.tvTitle = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|