61 lines
1.6 KiB
Java
61 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.graphics.Typeface;
|
||
|
import android.os.Handler;
|
||
|
import o.LOs;
|
||
|
import o.ubj;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class LBl {
|
||
|
private final Handler d;
|
||
|
private final ubj.Sts e;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public LBl(ubj.Sts sts, Handler handler) {
|
||
|
this.e = sts;
|
||
|
this.d = handler;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final void c(LOs.HBt hBt) {
|
||
|
if (hBt.d == 0) {
|
||
|
Typeface typeface = hBt.a;
|
||
|
this.d.post(new Runnable(this, this.e, typeface) { // from class: o.LBl.3
|
||
|
final ubj.Sts a;
|
||
|
final LBl b;
|
||
|
final Typeface c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.a = r2;
|
||
|
this.c = typeface;
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
this.a.qH_(this.c);
|
||
|
}
|
||
|
});
|
||
|
} else {
|
||
|
int i = hBt.d;
|
||
|
this.d.post(new Runnable(this, this.e, i) { // from class: o.LBl.2
|
||
|
final LBl a;
|
||
|
final int c;
|
||
|
final ubj.Sts d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = r2;
|
||
|
this.c = i;
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
this.d.d(this.c);
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
}
|
||
|
}
|