Searched refs:isProgressBarShown (Results 1 – 4 of 4) sorted by relevance
149 ss.isProgressBarShown = isProgressBarShown(); in onSaveInstanceState()163 final boolean isProgressBarShown = ss.isProgressBarShown; in onRestoreInstanceState()164 setProgressBarShown(isProgressBarShown); in onRestoreInstanceState()356 public boolean isProgressBarShown() { in isProgressBarShown() method in SetupWizardLayout393 boolean isProgressBarShown = false; field in SetupWizardLayout.SavedState401 isProgressBarShown = source.readInt() != 0; in SavedState()407 dest.writeInt(isProgressBarShown ? 1 : 0); in writeToParcel()
307 public boolean isProgressBarShown() { in isProgressBarShown() method in GlifLayout
143 assertTrue("Progress bar should be shown", layout.isProgressBarShown()); in testShowProgressBar()154 assertTrue("Progress bar should be shown", layout.isProgressBarShown()); in testHideProgressBar()156 assertFalse("Progress bar should be hidden", layout.isProgressBarShown()); in testHideProgressBar()168 assertFalse("Progress bar should not be shown", layout.isProgressBarShown()); in testShowProgressBarNotExist()190 assertFalse("Progress bar should not be shown", layout2.isProgressBarShown()); in testOnRestoreFromInstanceState()207 assertTrue("Progress bar should be shown", layout2.isProgressBarShown()); in testOnRestoreFromInstanceStateProgressBarShown()221 assertFalse("Progress bar should not be shown", layout.isProgressBarShown()); in testOnRestoreFromIncompatibleInstanceState()
87 assertTrue("Progress bar should be shown", layout.isProgressBarShown()); in testShowProgressBar()