Searched defs:shouldShow (Results 1 – 11 of 11) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/ |
D | WindowManagerImpl.java | 98 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/ |
D | WindowManagerImpl.java | 177 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()
|
D | IWindowManager.aidl | 645 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()
|
D | WindowManager.java | 573 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/ |
D | TooltipManager.kt | 159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayWindowSettings.java | 316 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()
|
D | WindowManagerService.java | 7101 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/ |
D | RecentsOnboarding.java | 440 private boolean shouldShow() { in shouldShow() method in RecentsOnboarding
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 655 private boolean shouldShow(@NonNull File file) { in shouldShow() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 882 void setShowProtection(boolean shouldShow) { in setShowProtection()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4825 private boolean shouldShow() { in shouldShow() method in Editor.HandleView
|