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 D | BubbleEducationController.kt | 43 val shouldShow = bubble != null && regex 52 val shouldShow = bubble != null && regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
H A D | TooltipManager.kt | 159 private fun shouldShow() = shown < maxTimesShown regex
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManagerImpl.java | 266 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard() 275 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
|
H A D | IWindowManager.aidl | 650 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard() 672 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
|
H A D | WindowManager.java | 1520 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 D | DisplayWindowSettings.java | 189 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked() 221 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
|
H A D | WindowManagerService.java | 7528 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 D | PrivacyDotViewController.kt | 523 val shouldShow = state.shouldShowDot() regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 1015 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialogLite.ScreenshotAction
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 5159 private boolean shouldShow() { in shouldShow() method in Editor.HandleView
|