Searched refs:mPercentFormat (Results 1 – 2 of 2) sorted by relevance
137 private NumberFormat mPercentFormat; field in WindowMagnificationController727 mPercentFormat = NumberFormat.getPercentInstance(curLocale); in formatStateDescription()729 return mPercentFormat.format(scale); in formatStateDescription()
254 private NumberFormat mPercentFormat; field in ProgressBar1607 mPercentFormat = NumberFormat.getPercentInstance(curLocale); in formatStateDescription()1609 return mPercentFormat.format(getPercent(progress)); in formatStateDescription()