57 lines
1.7 KiB
Java
57 lines
1.7 KiB
Java
package o;
|
|
|
|
import java.math.RoundingMode;
|
|
import java.text.DecimalFormat;
|
|
import o.InterfaceC9621dnG;
|
|
|
|
/* renamed from: o.cTv, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public final class C6471cTv extends ZI<InterfaceC9621dnG.LWm> {
|
|
private final InterfaceC13393fZL d;
|
|
public double e;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C6471cTv(C16903sI c16903sI) {
|
|
super(c16903sI);
|
|
C14957gcv.e(c16903sI, "");
|
|
LWm lWm = LWm.a;
|
|
C14957gcv.e(lWm, "");
|
|
this.d = new fZZ(lWm);
|
|
}
|
|
|
|
/* renamed from: o.cTv$LWm */
|
|
/* loaded from: classes4.dex */
|
|
static final class LWm extends AbstractC14961gcz implements InterfaceC14890gbN<DecimalFormat> {
|
|
public static final LWm a = new LWm();
|
|
|
|
@Override // o.InterfaceC14890gbN
|
|
public final /* synthetic */ DecimalFormat invoke() {
|
|
DecimalFormat decimalFormat = new DecimalFormat("#0.00");
|
|
decimalFormat.setRoundingMode(RoundingMode.HALF_UP);
|
|
return decimalFormat;
|
|
}
|
|
|
|
LWm() {
|
|
super(0);
|
|
}
|
|
}
|
|
|
|
public static /* synthetic */ void e(C6471cTv c6471cTv, double d, InterfaceC9621dnG.LWm lWm) {
|
|
C14957gcv.e(c6471cTv, "");
|
|
String format = ((DecimalFormat) c6471cTv.d.e()).format(d);
|
|
C14957gcv.c((Object) format, "");
|
|
lWm.d(format);
|
|
}
|
|
|
|
public static /* synthetic */ void d(C1214Yd c1214Yd, InterfaceC9621dnG.LWm lWm) {
|
|
C14957gcv.e(c1214Yd, "");
|
|
lWm.d(c1214Yd);
|
|
}
|
|
|
|
public static /* synthetic */ void c(InterfaceC9621dnG.LWm lWm) {
|
|
lWm.e();
|
|
lWm.c();
|
|
}
|
|
}
|