Searched refs:shouldShowSystemDecors (Results 1 – 6 of 6) sorted by relevance
250 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerImpl252 return WindowManagerGlobal.getWindowManagerService().shouldShowSystemDecors(displayId); in shouldShowSystemDecors()
651 boolean shouldShowSystemDecors(int displayId); in shouldShowSystemDecors() method
846 default boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method
7409 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerService7938 return WindowManagerService.this.shouldShowSystemDecors(displayId); in shouldShowSystemDecorOnDisplay()
2845 method public default boolean shouldShowSystemDecors(int);
50149 PLcom/android/server/wm/WindowManagerService;->shouldShowSystemDecors(I)Z