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 { private final fZE X; private final fZE jZ; private final fZE ka; private final fZE kb; private final fZE kc; private final fZE kd; private final fZE ke; private final fZE kf; public BarCodeCaptureView_Factory(fZE fze, fZE fze2, fZE fze3, fZE fze4, fZE fze5, fZE fze6, fZE fze7, fZE 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 fze, fZE fze2, fZE fze3, fZE fze4, fZE fze5, fZE fze6, fZE fze7, fZE 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); } }