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

/frameworks/base/core/java/android/app/
H A DProgressDialog.java73 private int mSecondaryProgressVal; field in class:ProgressDialog
243 if (mSecondaryProgressVal > 0) {
244 setSecondaryProgress(mSecondaryProgressVal);
307 mSecondaryProgressVal = secondaryProgress;
332 return mSecondaryProgressVal;

Completed in 238 milliseconds