Searched refs:formatNumberWithLocale (Results 1 – 1 of 1) sorted by relevance
1284 final float digitWidth = mSelectorWheelPaint.measureText(formatNumberWithLocale(i)); in tryComputeMaxWidth()1834 return (mFormatter != null) ? mFormatter.format(value) : formatNumberWithLocale(value); in formatNumber()2683 static private String formatNumberWithLocale(int value) { in formatNumberWithLocale() method in NumberPicker