Home
last modified time | relevance | path

Searched defs:shouldShow (Results 1 – 11 of 11) 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.aidl645 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard()
667 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
687 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.java316 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
342 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
368 void setShouldShowImeLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowImeLocked()
DWindowManagerService.java7101 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
7144 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
7192 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.java655 private boolean shouldShow(@NonNull File file) { in shouldShow() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java882 void setShowProtection(boolean shouldShow) { in setShowProtection()
/frameworks/base/core/java/android/widget/
DEditor.java4825 private boolean shouldShow() { in shouldShow() method in Editor.HandleView