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

60 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import o.C15715hv;
/* renamed from: o.pO, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16561pO extends AbstractC16173lt<HBt, C0583Jz> {
@Override // o.AbstractC16173lt
public final /* synthetic */ C0583Jz d(HBt hBt) {
HBt hBt2 = hBt;
return e(hBt2.d, hBt2.e);
}
/* JADX INFO: Access modifiers changed from: package-private */
@InterfaceC13391fZD
public C16561pO(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
}
/* renamed from: o.pO$HBt */
/* loaded from: classes3.dex */
public static class HBt {
QFJ d;
int e;
public HBt(QFJ qfj, int i) {
this.d = qfj;
this.e = i;
}
}
/* JADX INFO: Access modifiers changed from: package-private */
public final C0583Jz e(QFJ qfj, int i) {
String e = e(Double.valueOf(qfj.c));
int b = b(qfj.c);
C0583Jz a = C0583Jz.a();
String str = "";
a.b = qfj.d == null ? "" : a(qfj.d);
a.n = String.format(e(C15715hv.tOB.two_words), String.valueOf(qfj.h), qfj.f8321o);
a.k = String.format(e(C15715hv.tOB.percentage_format), f(Double.valueOf(qfj.g)), e(C15715hv.tOB.percentage));
a.l = c(Double.valueOf(qfj.a));
a.f8233o = qfj.b;
a.j = i << 1;
a.i = String.format(e(C15715hv.tOB.two_words), e(C15715hv.tOB.deposit_detail_fixed_title_prefix), Integer.valueOf(qfj.b));
a.a = e;
a.h = b;
String e2 = e(C15715hv.tOB.two_words);
Object[] objArr = new Object[2];
objArr[0] = e(C15715hv.tOB.deposit_detail_fixed_maturity_date);
if (qfj.f != null) {
str = a(qfj.f);
}
objArr[1] = str;
a.g = String.format(e2, objArr);
return a;
}
}