40 lines
1.1 KiB
Java
40 lines
1.1 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import android.content.Context;
|
|
import android.view.WindowManager;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class f implements fPK<WindowManager> {
|
|
private final fZE<Context> X;
|
|
private final a Yd;
|
|
|
|
public f(a aVar, fZE<Context> fze) {
|
|
this.Yd = aVar;
|
|
this.X = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: su, reason: merged with bridge method [inline-methods] */
|
|
public final WindowManager get() {
|
|
WindowManager q = this.Yd.q(this.X.get());
|
|
if (q != null) {
|
|
return q;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static f e(a aVar, fZE<Context> fze) {
|
|
return new f(aVar, fze);
|
|
}
|
|
|
|
public static WindowManager e(a aVar, Context context) {
|
|
WindowManager q = aVar.q(context);
|
|
if (q != null) {
|
|
return q;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|