HomeSort by relevance Sort by last modified time
    Searched refs:isProgressBarShown (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
SetupWizardLayoutTest.java 143 assertTrue("Progress bar should be shown", layout.isProgressBarShown());
153 assertTrue("Progress bar should be shown", layout.isProgressBarShown());
155 assertFalse("Progress bar should be hidden", layout.isProgressBarShown());
166 assertFalse("Progress bar should not be shown", layout.isProgressBarShown());
189 assertFalse("Progress bar should not be shown", layout2.isProgressBarShown());
206 assertTrue("Progress bar should be shown", layout2.isProgressBarShown());
220 assertFalse("Progress bar should not be shown", layout.isProgressBarShown());
SetupWizardListLayoutTest.java 88 assertTrue("Progress bar should be shown", layout.isProgressBarShown());
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
SetupWizardLayout.java 152 ss.mIsProgressBarShown = isProgressBarShown();
166 final boolean isProgressBarShown = ss.mIsProgressBarShown;
167 setProgressBarShown(isProgressBarShown);
361 public boolean isProgressBarShown() {
GlifLayout.java 312 public boolean isProgressBarShown() {

Completed in 7752 milliseconds