Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java83 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
88 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
93 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java162 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
171 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
189 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
DIWindowManager.aidl582 void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow); in setShouldShowWithInsecureKeyguard()
604 void setShouldShowSystemDecors(int displayId, boolean shouldShow); in setShouldShowSystemDecors()
624 void setShouldShowIme(int displayId, boolean shouldShow); in setShouldShowIme()
DWindowManager.java487 default void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
502 default void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
528 default void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java337 void setShouldShowWithInsecureKeyguardLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
363 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
389 void setShouldShowImeLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowImeLocked()
DWindowManagerService.java6987 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
7029 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
7074 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java434 private boolean shouldShow() { in shouldShow() method in RecentsOnboarding
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java987 void setShowProtection(boolean shouldShow) { in setShowProtection()
/frameworks/base/core/java/android/widget/
DEditor.java4648 private boolean shouldShow() { in shouldShow() method in Editor.HandleView