Home
last modified time | relevance | path

Searched refs:formatNumberWithLocale (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java1310 final float digitWidth = mSelectorWheelPaint.measureText(formatNumberWithLocale(i)); in tryComputeMaxWidth()
1920 return (mFormatter != null) ? mFormatter.format(value) : formatNumberWithLocale(value); in formatNumber()
2814 static private String formatNumberWithLocale(int value) { in formatNumberWithLocale() method in NumberPicker