91 lines
4.3 KiB
Java
91 lines
4.3 KiB
Java
|
package com.scb.phone.view.activity.ndid;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.FrameLayout;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import com.scb.phone.view.custom.common.CustomViewProgressAnimationFull;
|
||
|
import com.scb.phone.view.custom.ndid.OverlayWithCircleFocus;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class BaseLivenessCheckActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private BaseLivenessCheckActivity e;
|
||
|
|
||
|
public BaseLivenessCheckActivity_ViewBinding(BaseLivenessCheckActivity baseLivenessCheckActivity, View view) {
|
||
|
super(baseLivenessCheckActivity, view);
|
||
|
this.e = baseLivenessCheckActivity;
|
||
|
baseLivenessCheckActivity.framePreview = (FrameLayout) pyT.e(view, R.id.fl_preview, "field 'framePreview'", FrameLayout.class);
|
||
|
baseLivenessCheckActivity.tvFeedback = (TextView) pyT.e(view, R.id.tv_feedback, "field 'tvFeedback'", TextView.class);
|
||
|
baseLivenessCheckActivity.tvInstruction = (TextView) pyT.e(view, R.id.tv_instruction, "field 'tvInstruction'", TextView.class);
|
||
|
baseLivenessCheckActivity.tvMotionCount = (TextView) pyT.e(view, R.id.tv_motion_count, "field 'tvMotionCount'", TextView.class);
|
||
|
baseLivenessCheckActivity.layoutBlink = (LinearLayout) pyT.e(view, R.id.ll_blink, "field 'layoutBlink'", LinearLayout.class);
|
||
|
baseLivenessCheckActivity.owcfFocus = (OverlayWithCircleFocus) pyT.e(view, R.id.owcf_camera, "field 'owcfFocus'", OverlayWithCircleFocus.class);
|
||
|
View a = pyT.a(view, R.id.btn_start, "field 'buttonStart' and method 'onButtonStartClick'");
|
||
|
baseLivenessCheckActivity.buttonStart = (Button) pyT.c(a, R.id.btn_start, "field 'buttonStart'", Button.class);
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, baseLivenessCheckActivity) { // from class: com.scb.phone.view.activity.ndid.BaseLivenessCheckActivity_ViewBinding.3
|
||
|
private BaseLivenessCheckActivity_ViewBinding b;
|
||
|
private BaseLivenessCheckActivity d;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.d = baseLivenessCheckActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onButtonStartClick();
|
||
|
}
|
||
|
});
|
||
|
baseLivenessCheckActivity.rlPingAnUi = (RelativeLayout) pyT.e(view, R.id.rl_ping_an_ui, "field 'rlPingAnUi'", RelativeLayout.class);
|
||
|
baseLivenessCheckActivity.customLoading = (CustomViewProgressAnimationFull) pyT.e(view, R.id.custom_loading, "field 'customLoading'", CustomViewProgressAnimationFull.class);
|
||
|
View a2 = pyT.a(view, R.id.arrow_back, "method 'onNavigateBack'");
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, baseLivenessCheckActivity) { // from class: com.scb.phone.view.activity.ndid.BaseLivenessCheckActivity_ViewBinding.2
|
||
|
private BaseLivenessCheckActivity_ViewBinding c;
|
||
|
private BaseLivenessCheckActivity d;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.d = baseLivenessCheckActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onNavigateBack();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
BaseLivenessCheckActivity baseLivenessCheckActivity = this.e;
|
||
|
if (baseLivenessCheckActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
baseLivenessCheckActivity.framePreview = null;
|
||
|
baseLivenessCheckActivity.tvFeedback = null;
|
||
|
baseLivenessCheckActivity.tvInstruction = null;
|
||
|
baseLivenessCheckActivity.tvMotionCount = null;
|
||
|
baseLivenessCheckActivity.layoutBlink = null;
|
||
|
baseLivenessCheckActivity.owcfFocus = null;
|
||
|
baseLivenessCheckActivity.buttonStart = null;
|
||
|
baseLivenessCheckActivity.rlPingAnUi = null;
|
||
|
baseLivenessCheckActivity.customLoading = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|