Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt43 val shouldShow = bubble != null && in shouldShowStackEducation() constant
52 val shouldShow = bubble != null && in shouldShowManageEducation() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java234 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
239 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java266 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
275 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
DIWindowManager.aidl650 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard()
672 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
DWindowManager.java1520 default void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
1535 default void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java189 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
221 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
DWindowManagerService.java7528 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
7571 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModel.kt138 ) { networkTypeIconGroup, shouldShow -> in networkTypeIconGroup() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt523 val shouldShow = state.shouldShowDot() in <lambda>() constant
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java678 private boolean shouldShow(@NonNull File file) { in shouldShow() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1015 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialogLite.ScreenshotAction
/frameworks/base/core/java/android/widget/
DEditor.java5159 private boolean shouldShow() { in shouldShow() method in Editor.HandleView