Home
last modified time | relevance | path

Searched refs:shouldShowSystemDecors (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerImpl.java195 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerImpl
197 return WindowManagerGlobal.getWindowManagerService().shouldShowSystemDecors(displayId); in shouldShowSystemDecors()
DIWindowManager.aidl656 boolean shouldShowSystemDecors(int displayId); in shouldShowSystemDecors() method
DWindowManager.java602 default boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7127 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerService
7686 return WindowManagerService.this.shouldShowSystemDecors(displayId); in shouldShowSystemDecorOnDisplay()
/frameworks/base/api/
Dtest-current.txt5205 method public default boolean shouldShowSystemDecors(int);
/frameworks/base/services/
Dart-profile39453 PLcom/android/server/wm/WindowManagerService;->shouldShowSystemDecors(I)Z