Searched refs:shouldShowSystemDecorOnDisplay (Results 1 – 3 of 3) sorted by relevance
485 public abstract boolean shouldShowSystemDecorOnDisplay(int displayId); in shouldShowSystemDecorOnDisplay() method in WindowManagerInternal
7512 public boolean shouldShowSystemDecorOnDisplay(int displayId) { in shouldShowSystemDecorOnDisplay() method in WindowManagerService.LocalService
1234 return mWindowManagerInternal.shouldShowSystemDecorOnDisplay(displayId); in isUsableDisplay()