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 { private final fZE X; private final a Yd; public f(a aVar, fZE 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 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"); } }