Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerImpl.java292 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerImpl
294 return WindowManagerGlobal.getWindowManagerService().shouldShowSystemDecors(displayId); in shouldShowSystemDecors()
DIWindowManager.aidl690 boolean shouldShowSystemDecors(int displayId); in shouldShowSystemDecors() method
DWindowManager.java1733 default boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7755 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerService
/frameworks/base/core/api/
Dtest-current.txt3767 method public default boolean shouldShowSystemDecors(int);