43 lines
1.8 KiB
Java
43 lines
1.8 KiB
Java
|
package com.kofax.mobile.sdk.ah;
|
||
|
|
||
|
import com.kofax.mobile.sdk._internal.camera.IVideoResourceProvider;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class u implements fPK<com.kofax.mobile.sdk._internal.camera.e> {
|
||
|
private final o Yi;
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.j> Yj;
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.ag> Yk;
|
||
|
private final fZE<IVideoResourceProvider> ur;
|
||
|
|
||
|
public u(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.j> fze, fZE<com.kofax.mobile.sdk._internal.impl.camera.ag> fze2, fZE<IVideoResourceProvider> fze3) {
|
||
|
this.Yi = oVar;
|
||
|
this.Yj = fze;
|
||
|
this.Yk = fze2;
|
||
|
this.ur = fze3;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: jM, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk._internal.camera.e get() {
|
||
|
com.kofax.mobile.sdk._internal.camera.e a = this.Yi.a(this.Yj.get(), this.Yk.get(), this.ur.get());
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static u a(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.j> fze, fZE<com.kofax.mobile.sdk._internal.impl.camera.ag> fze2, fZE<IVideoResourceProvider> fze3) {
|
||
|
return new u(oVar, fze, fze2, fze3);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk._internal.camera.e a(o oVar, com.kofax.mobile.sdk._internal.impl.camera.j jVar, com.kofax.mobile.sdk._internal.impl.camera.ag agVar, IVideoResourceProvider iVideoResourceProvider) {
|
||
|
com.kofax.mobile.sdk._internal.camera.e a = oVar.a(jVar, agVar, iVideoResourceProvider);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|