59 lines
2.0 KiB
Java
59 lines
2.0 KiB
Java
|
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<ImageCaptureView> {
|
||
|
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;
|
||
|
|
||
|
public ImageCaptureView_MembersInjector(fZE<IBus> fze, fZE<a> fze2, fZE<h> fze3, fZE<q> fze4, fZE<SurfaceView> fze5) {
|
||
|
this.ka = fze;
|
||
|
this.kb = fze2;
|
||
|
this.kc = fze3;
|
||
|
this.kd = fze4;
|
||
|
this.ke = fze5;
|
||
|
}
|
||
|
|
||
|
public static fOW<ImageCaptureView> create(fZE<IBus> fze, fZE<a> fze2, fZE<h> fze3, fZE<q> fze4, fZE<SurfaceView> 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;
|
||
|
}
|
||
|
}
|