Searched refs:mSecondaryProgressVal (Results 1 – 2 of 2) sorted by relevance
82 private int mSecondaryProgressVal; field in ProgressDialog252 if (mSecondaryProgressVal > 0) { in onCreate()253 setSecondaryProgress(mSecondaryProgressVal); in onCreate()316 mSecondaryProgressVal = secondaryProgress; in setSecondaryProgress()341 return mSecondaryProgressVal; in getSecondaryProgress()
8315 Landroid/app/ProgressDialog;->mSecondaryProgressVal:I