Searched refs:formatNumberWithLocale (Results 1 – 2 of 2) sorted by relevance
1350 final float digitWidth = mSelectorWheelPaint.measureText(formatNumberWithLocale(i)); in tryComputeMaxWidth()2019 return (mFormatter != null) ? mFormatter.format(value) : formatNumberWithLocale(value); in formatNumber()2913 static private String formatNumberWithLocale(int value) { in formatNumberWithLocale() method in NumberPicker
82828 Landroid/widget/NumberPicker;->formatNumberWithLocale(I)Ljava/lang/String;