Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProgressDialog.java78 private NumberFormat mProgressPercentFormat; field in ProgressDialog
118 mProgressPercentFormat = NumberFormat.getPercentInstance(); in initFormats()
119 mProgressPercentFormat.setMaximumFractionDigits(0); in initFormats()
219 if (mProgressPercentFormat != null) { in onCreate()
221 … SpannableString tmp = new SpannableString(mProgressPercentFormat.format(percent)); in onCreate()
511 mProgressPercentFormat = format; in setProgressPercentFormat()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8309 Landroid/app/ProgressDialog;->mProgressPercentFormat:Ljava/text/NumberFormat;