Searched refs:decimalFormat (Results 1 – 2 of 2) sorted by relevance
79 final String decimalFormat = (delaySecond == 1) ? "%.0f" : "%.1f"; in getAutoclickDelaySummary() local83 arguments.put("time", String.format(decimalFormat, delaySecond)); in getAutoclickDelaySummary()
4437 Landroid/icu/text/RuleBasedNumberFormat;->decimalFormat:Landroid/icu/text/DecimalFormat;