Searched defs:mProgressPercentFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DProgressDialog.java69 private NumberFormat mProgressPercentFormat; field in class:ProgressDialog
109 mProgressPercentFormat = NumberFormat.getPercentInstance();
110 mProgressPercentFormat.setMaximumFractionDigits(0);
210 if (mProgressPercentFormat != null) {
212 SpannableString tmp = new SpannableString(mProgressPercentFormat.format(percent));
502 mProgressPercentFormat = format;

Completed in 8 milliseconds