Searched refs:mPercentFormat (Results 1 – 2 of 2) sorted by relevance
261 private NumberFormat mPercentFormat; field in ProgressBar1617 mPercentFormat = NumberFormat.getPercentInstance(curLocale); in formatStateDescription()1619 return mPercentFormat.format(getPercent(progress)); in formatStateDescription()
224 private NumberFormat mPercentFormat; field in WindowMagnificationController1541 mPercentFormat = NumberFormat.getPercentInstance(curLocale); in formatStateDescription()1543 return mPercentFormat.format(scale); in formatStateDescription()