Home
last modified time | relevance | path

Searched refs:shouldHide (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoHideController.java161 boolean shouldHide = isAnyTransientBarShown() in checkUserAutoHide()
166 shouldHide &= mStatusBar.shouldHideOnTouch(); in checkUserAutoHide()
169 shouldHide &= mNavigationBar.shouldHideOnTouch(); in checkUserAutoHide()
172 if (shouldHide) { in checkUserAutoHide()
H A DSystemUIDialogManager.java116 void shouldHideAffordances(boolean shouldHide); in shouldHideAffordances() argument
/aosp14/frameworks/base/core/java/android/app/search/
H A DSearchTarget.java236 public boolean shouldHide() { in shouldHide() method in SearchTarget
489 public Builder setShouldHide(boolean shouldHide) { in setShouldHide() argument
490 mHidden = shouldHide; in setShouldHide()
/aosp14/frameworks/base/core/api/
H A Dsystem-removed.txt54 method @Deprecated public boolean shouldHide();
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1152 final boolean shouldHide = in updateTemporarilyInvisibleAnimation()
1156 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73298 Lcom/android/internal/os/BatterySipper;->shouldHide:Z