Searched refs:formatNumberWithLocale (Results 1 – 1 of 1) sorted by relevance
1310 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