Searched refs:shouldHide (Results 1 – 8 of 8) 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
246 public boolean shouldHide() { in shouldHide() method in SearchTarget499 public Builder setShouldHide(boolean shouldHide) { in setShouldHide() argument500 mHidden = shouldHide; in setShouldHide()
461 if (shouldHide(file)) continue; in querySearchDocuments()672 protected boolean shouldHide(@NonNull File file) { in shouldHide() method677 return !shouldHide(file); in shouldShow()
334 if (shouldHide(dir)) { in shouldBlockFromTree()
54 method @Deprecated public boolean shouldHide();
1142 final boolean shouldHide = in updateTemporarilyInvisibleAnimation()1146 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
73298 Lcom/android/internal/os/BatterySipper;->shouldHide:Z