25 lines
655 B
Java
25 lines
655 B
Java
|
package o;
|
||
|
|
||
|
import com.github.mikephil.charting.charts.PieChart;
|
||
|
import java.text.DecimalFormat;
|
||
|
|
||
|
/* renamed from: o.fLa, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C12923fLa extends C14046flm {
|
||
|
public C12923fLa(PieChart pieChart, DecimalFormat decimalFormat) {
|
||
|
super(pieChart);
|
||
|
this.b = decimalFormat;
|
||
|
}
|
||
|
|
||
|
@Override // o.C14046flm, o.vTS
|
||
|
public final String c(float f) {
|
||
|
if (f < 12.0f) {
|
||
|
return "";
|
||
|
}
|
||
|
StringBuilder sb = new StringBuilder();
|
||
|
sb.append(this.b.format(f));
|
||
|
sb.append("%");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
}
|