Searched refs:shouldHide (Results 1 – 6 of 6) sorted by relevance
161 boolean shouldHide = isAnyTransientBarShown() in checkUserAutoHide()166 shouldHide &= mStatusBar.shouldHideOnTouch(); in checkUserAutoHide()169 shouldHide &= mNavigationBar.shouldHideOnTouch(); in checkUserAutoHide()172 if (shouldHide) { in checkUserAutoHide()
116 void shouldHideAffordances(boolean shouldHide); in shouldHideAffordances() argument
236 public boolean shouldHide() { in shouldHide() method in SearchTarget489 public Builder setShouldHide(boolean shouldHide) { in setShouldHide() argument490 mHidden = shouldHide; in setShouldHide()
54 method @Deprecated public boolean shouldHide();
1152 final boolean shouldHide = in updateTemporarilyInvisibleAnimation()1156 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
73298 Lcom/android/internal/os/BatterySipper;->shouldHide:Z