Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java1350 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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82828 Landroid/widget/NumberPicker;->formatNumberWithLocale(I)Ljava/lang/String;