Searched refs:shouldShowSystemDecors (Results 1 – 6 of 6) sorted by relevance
195 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerImpl197 return WindowManagerGlobal.getWindowManagerService().shouldShowSystemDecors(displayId); in shouldShowSystemDecors()
656 boolean shouldShowSystemDecors(int displayId); in shouldShowSystemDecors() method
602 default boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method
7127 public boolean shouldShowSystemDecors(int displayId) { in shouldShowSystemDecors() method in WindowManagerService7686 return WindowManagerService.this.shouldShowSystemDecors(displayId); in shouldShowSystemDecorOnDisplay()
5205 method public default boolean shouldShowSystemDecors(int);
39453 PLcom/android/server/wm/WindowManagerService;->shouldShowSystemDecors(I)Z