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

/frameworks/base/core/java/android/app/
H A DProgressDialog.java65 private int mSecondaryProgressVal; field in class:ProgressDialog
178 if (mSecondaryProgressVal > 0) {
179 setSecondaryProgress(mSecondaryProgressVal);
227 mSecondaryProgressVal = secondaryProgress;
242 return mSecondaryProgressVal;

Completed in 47 milliseconds