what-the-bank/sources/com/kofax/mobile/sdk/_internal/impl/i.java

77 lines
3.3 KiB
Java

package com.kofax.mobile.sdk._internal.impl;
import com.kofax.mobile.sdk._internal.impl.camera.focus.FocusStatistics;
import o.fOW;
import o.fZE;
/* loaded from: classes3.dex */
public final class i implements fOW<ComponentsInitAndBusRegister> {
private final fZE<o> we;
private final fZE<aa> wf;
private final fZE<m> wg;
private final fZE<com.kofax.mobile.sdk.f.a> wh;
private final fZE<com.kofax.mobile.sdk.af.d> wi;
private final fZE<com.kofax.mobile.sdk.af.f> wj;
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.d> wk;
private final fZE<FocusStatistics> wl;
public i(fZE<o> fze, fZE<aa> fze2, fZE<m> fze3, fZE<com.kofax.mobile.sdk.f.a> fze4, fZE<com.kofax.mobile.sdk.af.d> fze5, fZE<com.kofax.mobile.sdk.af.f> fze6, fZE<com.kofax.mobile.sdk._internal.impl.camera.d> fze7, fZE<FocusStatistics> fze8) {
this.we = fze;
this.wf = fze2;
this.wg = fze3;
this.wh = fze4;
this.wi = fze5;
this.wj = fze6;
this.wk = fze7;
this.wl = fze8;
}
public static fOW<ComponentsInitAndBusRegister> create(fZE<o> fze, fZE<aa> fze2, fZE<m> fze3, fZE<com.kofax.mobile.sdk.f.a> fze4, fZE<com.kofax.mobile.sdk.af.d> fze5, fZE<com.kofax.mobile.sdk.af.f> fze6, fZE<com.kofax.mobile.sdk._internal.impl.camera.d> fze7, fZE<FocusStatistics> fze8) {
return new i(fze, fze2, fze3, fze4, fze5, fze6, fze7, fze8);
}
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public final void injectMembers(ComponentsInitAndBusRegister componentsInitAndBusRegister) {
a(componentsInitAndBusRegister, this.we.get());
a(componentsInitAndBusRegister, this.wf.get());
a(componentsInitAndBusRegister, this.wg.get());
a(componentsInitAndBusRegister, this.wh.get());
a(componentsInitAndBusRegister, this.wi.get());
a(componentsInitAndBusRegister, this.wj.get());
a(componentsInitAndBusRegister, this.wk.get());
a(componentsInitAndBusRegister, this.wl.get());
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, o oVar) {
componentsInitAndBusRegister.vW = oVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, aa aaVar) {
componentsInitAndBusRegister.vX = aaVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, m mVar) {
componentsInitAndBusRegister.vY = mVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, com.kofax.mobile.sdk.f.a aVar) {
componentsInitAndBusRegister.vZ = aVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, com.kofax.mobile.sdk.af.d dVar) {
componentsInitAndBusRegister.wa = dVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, com.kofax.mobile.sdk.af.f fVar) {
componentsInitAndBusRegister.wb = fVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, com.kofax.mobile.sdk._internal.impl.camera.d dVar) {
componentsInitAndBusRegister.wc = dVar;
}
public static void a(ComponentsInitAndBusRegister componentsInitAndBusRegister, FocusStatistics focusStatistics) {
componentsInitAndBusRegister.wd = focusStatistics;
}
}