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

47 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.kmc.kui.uicontrols;
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 o.fOW;
import o.fZE;
/* loaded from: classes3.dex */
public final class BarCodeCaptureView_MembersInjector implements fOW<BarCodeCaptureView> {
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_MembersInjector(fZE<IBus> fze, fZE<a> fze2, fZE<h> fze3, fZE<q> fze4, fZE<SurfaceView> fze5, fZE<l> fze6) {
this.ka = fze;
this.kb = fze2;
this.kc = fze3;
this.kd = fze4;
this.ke = fze5;
this.kf = fze6;
}
public static fOW<BarCodeCaptureView> create(fZE<IBus> fze, fZE<a> fze2, fZE<h> fze3, fZE<q> fze4, fZE<SurfaceView> fze5, fZE<l> fze6) {
return new BarCodeCaptureView_MembersInjector(fze, fze2, fze3, fze4, fze5, fze6);
}
public final void injectMembers(BarCodeCaptureView barCodeCaptureView) {
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());
inject_imageDataToBitmap(barCodeCaptureView, this.kf.get());
}
public static void inject_imageDataToBitmap(BarCodeCaptureView barCodeCaptureView, l lVar) {
barCodeCaptureView.jI = lVar;
}
}