65 lines
2.4 KiB
Java
65 lines
2.4 KiB
Java
package com.kofax.mobile.sdk.capture;
|
|
|
|
import com.kofax.mobile.sdk._internal.capture.a;
|
|
import com.kofax.mobile.sdk._internal.e;
|
|
import com.kofax.mobile.sdk._internal.h;
|
|
import com.kofax.mobile.sdk.ai.b;
|
|
import o.fOW;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class CaptureActivity_MembersInjector implements fOW<CaptureActivity> {
|
|
private final fZE<b> Ud;
|
|
private final fZE<IImageStorage> YE;
|
|
private final fZE<e> YF;
|
|
private final fZE<com.kofax.mobile.sdk._internal.view.b> YG;
|
|
private final fZE<h> YH;
|
|
private final fZE<a> mR;
|
|
|
|
public CaptureActivity_MembersInjector(fZE<b> fze, fZE<IImageStorage> fze2, fZE<e> fze3, fZE<a> fze4, fZE<com.kofax.mobile.sdk._internal.view.b> fze5, fZE<h> fze6) {
|
|
this.Ud = fze;
|
|
this.YE = fze2;
|
|
this.YF = fze3;
|
|
this.mR = fze4;
|
|
this.YG = fze5;
|
|
this.YH = fze6;
|
|
}
|
|
|
|
public static fOW<CaptureActivity> create(fZE<b> fze, fZE<IImageStorage> fze2, fZE<e> fze3, fZE<a> fze4, fZE<com.kofax.mobile.sdk._internal.view.b> fze5, fZE<h> fze6) {
|
|
return new CaptureActivity_MembersInjector(fze, fze2, fze3, fze4, fze5, fze6);
|
|
}
|
|
|
|
public final void injectMembers(CaptureActivity captureActivity) {
|
|
inject_permissionChecker(captureActivity, this.Ud.get());
|
|
inject_imageStorage(captureActivity, this.YE.get());
|
|
inject_imageParamsStore(captureActivity, this.YF.get());
|
|
inject_captureController(captureActivity, this.mR.get());
|
|
inject_buttonsBarView(captureActivity, this.YG.get());
|
|
inject_stringIdGenerator(captureActivity, this.YH.get());
|
|
}
|
|
|
|
public static void inject_permissionChecker(CaptureActivity captureActivity, b bVar) {
|
|
captureActivity.Ub = bVar;
|
|
}
|
|
|
|
public static void inject_imageStorage(CaptureActivity captureActivity, IImageStorage iImageStorage) {
|
|
captureActivity.Yw = iImageStorage;
|
|
}
|
|
|
|
public static void inject_imageParamsStore(CaptureActivity captureActivity, e eVar) {
|
|
captureActivity.Yx = eVar;
|
|
}
|
|
|
|
public static void inject_captureController(CaptureActivity captureActivity, a aVar) {
|
|
captureActivity._captureController = aVar;
|
|
}
|
|
|
|
public static void inject_buttonsBarView(CaptureActivity captureActivity, com.kofax.mobile.sdk._internal.view.b bVar) {
|
|
captureActivity.Yy = bVar;
|
|
}
|
|
|
|
public static void inject_stringIdGenerator(CaptureActivity captureActivity, h hVar) {
|
|
captureActivity.Yz = hVar;
|
|
}
|
|
}
|