what-the-bank/sources/o/C16116lPK.java

40 lines
863 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.graphics.Typeface;
/* renamed from: o.lPK, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public final class C16116lPK extends Dwp {
private final LWm a;
public boolean c;
private final Typeface d;
/* renamed from: o.lPK$LWm */
/* loaded from: classes2.dex */
public interface LWm {
void Ks_(Typeface typeface);
}
public C16116lPK(LWm lWm, Typeface typeface) {
this.d = typeface;
this.a = lWm;
}
@Override // o.Dwp
public final void KE_(Typeface typeface, boolean z) {
if (this.c) {
return;
}
this.a.Ks_(typeface);
}
@Override // o.Dwp
public final void c(int i) {
Typeface typeface = this.d;
if (this.c) {
return;
}
this.a.Ks_(typeface);
}
}