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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java63 private boolean mFeatureProgress, mFeatureIndeterminateProgress; field in class:ActionBarActivityDelegateBase
188 if (mFeatureProgress) {
254 mFeatureProgress = true;
510 if (mFeatureProgress) {
520 if (mFeatureProgress) {
550 if (mFeatureProgress && horizontalProgressBar.getProgress() < 10000) {
560 if (mFeatureProgress && horizontalProgressBar.getVisibility() == View.VISIBLE) {

Completed in 26 milliseconds