Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java98 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
103 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
108 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java177 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
186 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
204 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
DIWindowManager.aidl635 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard()
657 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
677 void setShouldShowIme(int displayId, boolean shouldShow); in setShouldShowIme()
DWindowManager.java573 default void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
588 default void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
614 default void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java314 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
340 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
366 void setShouldShowImeLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowImeLocked()
DWindowManagerService.java7100 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
7143 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
7191 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java440 private boolean shouldShow() { in shouldShow() method in RecentsOnboarding
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java666 private boolean shouldShow(@NonNull File file) { in shouldShow() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java954 void setShowProtection(boolean shouldShow) { in setShowProtection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java999 public boolean shouldShow() { in shouldShow() method in GlobalActionsDialog.ScreenshotAction
/frameworks/base/core/java/android/widget/
DEditor.java4838 private boolean shouldShow() { in shouldShow() method in Editor.HandleView