Home
last modified time | relevance | path

Searched defs:shouldShow (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEducationController.kt43 val shouldShow = bubble != null && regex
52 val shouldShow = bubble != null && regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt159 private fun shouldShow() = shown < maxTimesShown regex
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java266 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
275 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
H A DIWindowManager.aidl650 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard()
672 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
H A DWindowManager.java1520 default void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
1535 default void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettings.java189 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
221 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
H A DWindowManagerService.java7528 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
7571 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt523 val shouldShow = state.shouldShowDot() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java1015 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialogLite.ScreenshotAction
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java5159 private boolean shouldShow() { in shouldShow() method in Editor.HandleView