40 lines
1.5 KiB
Java
40 lines
1.5 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class j implements fPK<com.kofax.mobile.sdk._internal.camera.i> {
|
|
private final g Yf;
|
|
private final fZE<com.kofax.mobile.sdk._internal.camera.i> Yg;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.a> ad;
|
|
|
|
public j(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.a> fze, fZE<com.kofax.mobile.sdk._internal.camera.i> fze2) {
|
|
this.Yf = gVar;
|
|
this.ad = fze;
|
|
this.Yg = fze2;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: sy, reason: merged with bridge method [inline-methods] */
|
|
public final com.kofax.mobile.sdk._internal.camera.i get() {
|
|
com.kofax.mobile.sdk._internal.camera.i b = this.Yf.b(this.ad.get(), this.Yg.get());
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static j a(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.a> fze, fZE<com.kofax.mobile.sdk._internal.camera.i> fze2) {
|
|
return new j(gVar, fze, fze2);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.camera.i a(g gVar, com.kofax.mobile.sdk._internal.impl.camera.focus.a aVar, com.kofax.mobile.sdk._internal.camera.i iVar) {
|
|
com.kofax.mobile.sdk._internal.camera.i b = gVar.b(aVar, iVar);
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|