package com.kofax.kmc.kui.uicontrols; 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.fOW; import o.fZE; /* loaded from: classes3.dex */ public final class ImageCaptureView_MembersInjector implements fOW { private final fZE ka; private final fZE kb; private final fZE kc; private final fZE kd; private final fZE ke; public ImageCaptureView_MembersInjector(fZE fze, fZE fze2, fZE fze3, fZE fze4, fZE fze5) { this.ka = fze; this.kb = fze2; this.kc = fze3; this.kd = fze4; this.ke = fze5; } public static fOW create(fZE fze, fZE fze2, fZE fze3, fZE fze4, fZE fze5) { return new ImageCaptureView_MembersInjector(fze, fze2, fze3, fze4, fze5); } public final void injectMembers(ImageCaptureView imageCaptureView) { inject_bus(imageCaptureView, this.ka.get()); inject_apiEventManager(imageCaptureView, this.kb.get()); inject_camera(imageCaptureView, this.kc.get()); inject_previewFrameHandler(imageCaptureView, this.kd.get()); inject_surface(imageCaptureView, this.ke.get()); } public static void inject_bus(ImageCaptureView imageCaptureView, IBus iBus) { imageCaptureView._bus = iBus; } public static void inject_apiEventManager(ImageCaptureView imageCaptureView, a aVar) { imageCaptureView.kn = aVar; } public static void inject_camera(ImageCaptureView imageCaptureView, h hVar) { imageCaptureView.ko = hVar; } public static void inject_previewFrameHandler(ImageCaptureView imageCaptureView, q qVar) { imageCaptureView.kp = qVar; } public static void inject_surface(ImageCaptureView imageCaptureView, SurfaceView surfaceView) { imageCaptureView.kq = surfaceView; } }