Searched refs:mProgressPercentFormat (Results 1 – 1 of 1) sorted by relevance
73 private NumberFormat mProgressPercentFormat; field in ProgressDialog113 mProgressPercentFormat = NumberFormat.getPercentInstance(); in initFormats()114 mProgressPercentFormat.setMaximumFractionDigits(0); in initFormats()214 if (mProgressPercentFormat != null) { in onCreate()216 … SpannableString tmp = new SpannableString(mProgressPercentFormat.format(percent)); in onCreate()506 mProgressPercentFormat = format; in setProgressPercentFormat()