73 lines
2.6 KiB
Java
73 lines
2.6 KiB
Java
package o;
|
|
|
|
import android.content.res.Resources;
|
|
import android.text.SpannableString;
|
|
import android.text.style.StyleSpan;
|
|
import o.C0690Mh;
|
|
|
|
/* renamed from: o.bGE, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public final class C3766bGE extends ZI<InterfaceC9398diw> {
|
|
public final Resources a;
|
|
public final C16057kn d;
|
|
public final mSw e;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C3766bGE(C16057kn c16057kn, mSw msw, Resources resources, C16903sI c16903sI) {
|
|
super(c16903sI);
|
|
C14957gcv.e(c16057kn, "");
|
|
C14957gcv.e(msw, "");
|
|
C14957gcv.e(resources, "");
|
|
C14957gcv.e(c16903sI, "");
|
|
this.d = c16057kn;
|
|
this.e = msw;
|
|
this.a = resources;
|
|
}
|
|
|
|
public static SpannableString Vw_(String str, String str2) {
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append(str);
|
|
sb.append(" ");
|
|
sb.append(str2);
|
|
SpannableString spannableString = new SpannableString(sb.toString());
|
|
spannableString.setSpan(new StyleSpan(1), 0, str.length(), 0);
|
|
return spannableString;
|
|
}
|
|
|
|
@Override // o.ZI
|
|
public final void c(int i) {
|
|
C16903sI c16903sI = this.j;
|
|
d(c16903sI.c((String) null, c16903sI.e(i), C0690Mh.IeS.NAVIGATE_BACK));
|
|
}
|
|
|
|
public static /* synthetic */ void e(C3766bGE c3766bGE, InterfaceC9398diw interfaceC9398diw) {
|
|
C14957gcv.e(c3766bGE, "");
|
|
C8064dAG a = c3766bGE.d.c.e.a();
|
|
interfaceC9398diw.c(a != null ? a.D : null);
|
|
}
|
|
|
|
public static /* synthetic */ void d(C3766bGE c3766bGE, boolean z, boolean z2, InterfaceC9398diw interfaceC9398diw) {
|
|
C14957gcv.e(c3766bGE, "");
|
|
interfaceC9398diw.a((!z || z2) ? 2 : 3);
|
|
}
|
|
|
|
public static /* synthetic */ void Vv_(SpannableString spannableString, SpannableString spannableString2, SpannableString spannableString3, InterfaceC9398diw interfaceC9398diw) {
|
|
C14957gcv.e(spannableString, "");
|
|
C14957gcv.e(spannableString2, "");
|
|
C14957gcv.e(spannableString3, "");
|
|
interfaceC9398diw.ahw_(spannableString, spannableString2, spannableString3);
|
|
}
|
|
|
|
public static /* synthetic */ void a(C3766bGE c3766bGE, InterfaceC9398diw interfaceC9398diw) {
|
|
C14957gcv.e(c3766bGE, "");
|
|
C8064dAG a = c3766bGE.d.c.e.a();
|
|
interfaceC9398diw.a(a != null ? a.D : null);
|
|
}
|
|
|
|
public static /* synthetic */ void e(C3766bGE c3766bGE, boolean z, boolean z2, InterfaceC9398diw interfaceC9398diw) {
|
|
C14957gcv.e(c3766bGE, "");
|
|
interfaceC9398diw.a((!z || z2) ? 2 : 3);
|
|
}
|
|
}
|