Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java137 private NumberFormat mPercentFormat; field in WindowMagnificationController
727 mPercentFormat = NumberFormat.getPercentInstance(curLocale); in formatStateDescription()
729 return mPercentFormat.format(scale); in formatStateDescription()
/frameworks/base/core/java/android/widget/
DProgressBar.java254 private NumberFormat mPercentFormat; field in ProgressBar
1607 mPercentFormat = NumberFormat.getPercentInstance(curLocale); in formatStateDescription()
1609 return mPercentFormat.format(getPercent(progress)); in formatStateDescription()