Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerImpl.java180 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerImpl
182 return WindowManagerGlobal.getWindowManagerService().shouldShowSystemDecors(displayId); in shouldShowSystemDecors()
DIWindowManager.aidl593 boolean shouldShowSystemDecors(int displayId); in shouldShowSystemDecors() method
DWindowManager.java516 default boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7009 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerService
7514 return WindowManagerService.this.shouldShowSystemDecors(displayId); in shouldShowSystemDecorOnDisplay()
/frameworks/base/api/
Dtest-current.txt4360 method public default boolean shouldShowSystemDecors(int);