You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
3.4 KiB
135 lines
3.4 KiB
package p014e0;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.Typeface;
|
|
import android.net.Uri;
|
|
import android.os.CancellationSignal;
|
|
import android.os.Handler;
|
|
import p020g0.C0737f;
|
|
import p073z.C1889k;
|
|
|
|
/* renamed from: e0.g */
|
|
/* loaded from: classes.dex */
|
|
public class C0655g {
|
|
|
|
/* renamed from: e0.g$a */
|
|
/* loaded from: classes.dex */
|
|
public static class C0656a {
|
|
|
|
/* renamed from: a */
|
|
public final int f2194a;
|
|
|
|
/* renamed from: b */
|
|
public final C0657b[] f2195b;
|
|
|
|
@Deprecated
|
|
public C0656a(int i, C0657b[] c0657bArr) {
|
|
this.f2194a = i;
|
|
this.f2195b = c0657bArr;
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public static C0656a m3195a(int i, C0657b[] c0657bArr) {
|
|
return new C0656a(i, c0657bArr);
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public C0657b[] m3194b() {
|
|
return this.f2195b;
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public int m3193c() {
|
|
return this.f2194a;
|
|
}
|
|
}
|
|
|
|
/* renamed from: e0.g$b */
|
|
/* loaded from: classes.dex */
|
|
public static class C0657b {
|
|
|
|
/* renamed from: a */
|
|
public final Uri f2196a;
|
|
|
|
/* renamed from: b */
|
|
public final int f2197b;
|
|
|
|
/* renamed from: c */
|
|
public final int f2198c;
|
|
|
|
/* renamed from: d */
|
|
public final boolean f2199d;
|
|
|
|
/* renamed from: e */
|
|
public final int f2200e;
|
|
|
|
@Deprecated
|
|
public C0657b(Uri uri, int i, int i2, boolean z, int i3) {
|
|
this.f2196a = (Uri) C0737f.m3033f(uri);
|
|
this.f2197b = i;
|
|
this.f2198c = i2;
|
|
this.f2199d = z;
|
|
this.f2200e = i3;
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public static C0657b m3192a(Uri uri, int i, int i2, boolean z, int i3) {
|
|
return new C0657b(uri, i, i2, z, i3);
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public int m3191b() {
|
|
return this.f2200e;
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public int m3190c() {
|
|
return this.f2197b;
|
|
}
|
|
|
|
/* renamed from: d */
|
|
public Uri m3189d() {
|
|
return this.f2196a;
|
|
}
|
|
|
|
/* renamed from: e */
|
|
public int m3188e() {
|
|
return this.f2198c;
|
|
}
|
|
|
|
/* renamed from: f */
|
|
public boolean m3187f() {
|
|
return this.f2199d;
|
|
}
|
|
}
|
|
|
|
/* renamed from: e0.g$c */
|
|
/* loaded from: classes.dex */
|
|
public static class C0658c {
|
|
/* renamed from: a */
|
|
public void mo106a(int i) {
|
|
throw null;
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public void mo105b(Typeface typeface) {
|
|
throw null;
|
|
}
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public static Typeface m3198a(Context context, CancellationSignal cancellationSignal, C0657b[] c0657bArr) {
|
|
return C1889k.m113b(context, cancellationSignal, c0657bArr, 0);
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public static C0656a m3197b(Context context, CancellationSignal cancellationSignal, C0648e c0648e) {
|
|
return C0646d.m3220e(context, c0648e, cancellationSignal);
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public static Typeface m3196c(Context context, C0648e c0648e, int i, boolean z, int i2, Handler handler, C0658c c0658c) {
|
|
C0641a c0641a = new C0641a(c0658c, handler);
|
|
return z ? C0649f.m3204e(context, c0648e, c0641a, i, i2) : C0649f.m3205d(context, c0648e, i, null, c0641a);
|
|
}
|
|
} |