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.q; import com.kofax.mobile.sdk._internal.impl.camera.h; import com.kofax.mobile.sdk._internal.impl.event.a; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class ImageCaptureView_Factory implements fPK { private final fZE X; private final fZE ka; private final fZE kb; private final fZE kc; private final fZE kd; private final fZE ke; public ImageCaptureView_Factory(fZE fze, fZE fze2, fZE fze3, fZE fze4, fZE fze5, fZE fze6) { this.X = fze; this.ka = fze2; this.kb = fze3; this.kc = fze4; this.kd = fze5; this.ke = fze6; } @Override // o.fZE public final ImageCaptureView get() { ImageCaptureView imageCaptureView = new ImageCaptureView(this.X.get()); ImageCaptureView_MembersInjector.inject_bus(imageCaptureView, this.ka.get()); ImageCaptureView_MembersInjector.inject_apiEventManager(imageCaptureView, this.kb.get()); ImageCaptureView_MembersInjector.inject_camera(imageCaptureView, this.kc.get()); ImageCaptureView_MembersInjector.inject_previewFrameHandler(imageCaptureView, this.kd.get()); ImageCaptureView_MembersInjector.inject_surface(imageCaptureView, this.ke.get()); return imageCaptureView; } public static ImageCaptureView_Factory create(fZE fze, fZE fze2, fZE fze3, fZE fze4, fZE fze5, fZE fze6) { return new ImageCaptureView_Factory(fze, fze2, fze3, fze4, fze5, fze6); } public static ImageCaptureView newImageCaptureView(Context context) { return new ImageCaptureView(context); } }