Searched refs:mProgressPercentFormat (Results 1 – 2 of 2) sorted by relevance
78 private NumberFormat mProgressPercentFormat; field in ProgressDialog118 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()
8309 Landroid/app/ProgressDialog;->mProgressPercentFormat:Ljava/text/NumberFormat;