what-the-bank/sources/com/kofax/kmc/kui/uicontrols/BarCodeCaptureView_Factory....

56 lines
2.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.kmc.kui.uicontrols;
import android.content.Context;
import android.view.SurfaceView;
import com.kofax.mobile.sdk._internal.IBus;
import com.kofax.mobile.sdk._internal.camera.l;
import com.kofax.mobile.sdk._internal.camera.q;
import com.kofax.mobile.sdk._internal.impl.camera.h;
import com.kofax.mobile.sdk._internal.impl.event.a;
import com.kofax.mobile.sdk._internal.impl.view.v;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class BarCodeCaptureView_Factory implements fPK<BarCodeCaptureView> {
private final fZE<Context> X;
private final fZE<v> jZ;
private final fZE<IBus> ka;
private final fZE<a> kb;
private final fZE<h> kc;
private final fZE<q> kd;
private final fZE<SurfaceView> ke;
private final fZE<l> kf;
public BarCodeCaptureView_Factory(fZE<Context> fze, fZE<v> fze2, fZE<IBus> fze3, fZE<a> fze4, fZE<h> fze5, fZE<q> fze6, fZE<SurfaceView> fze7, fZE<l> fze8) {
this.X = fze;
this.jZ = fze2;
this.ka = fze3;
this.kb = fze4;
this.kc = fze5;
this.kd = fze6;
this.ke = fze7;
this.kf = fze8;
}
@Override // o.fZE
public final BarCodeCaptureView get() {
BarCodeCaptureView barCodeCaptureView = new BarCodeCaptureView(this.X.get(), this.jZ.get());
ImageCaptureView_MembersInjector.inject_bus(barCodeCaptureView, this.ka.get());
ImageCaptureView_MembersInjector.inject_apiEventManager(barCodeCaptureView, this.kb.get());
ImageCaptureView_MembersInjector.inject_camera(barCodeCaptureView, this.kc.get());
ImageCaptureView_MembersInjector.inject_previewFrameHandler(barCodeCaptureView, this.kd.get());
ImageCaptureView_MembersInjector.inject_surface(barCodeCaptureView, this.ke.get());
BarCodeCaptureView_MembersInjector.inject_imageDataToBitmap(barCodeCaptureView, this.kf.get());
return barCodeCaptureView;
}
public static BarCodeCaptureView_Factory create(fZE<Context> fze, fZE<v> fze2, fZE<IBus> fze3, fZE<a> fze4, fZE<h> fze5, fZE<q> fze6, fZE<SurfaceView> fze7, fZE<l> fze8) {
return new BarCodeCaptureView_Factory(fze, fze2, fze3, fze4, fze5, fze6, fze7, fze8);
}
public static BarCodeCaptureView newBarCodeCaptureView(Context context, v vVar) {
return new BarCodeCaptureView(context, vVar);
}
}