Searched refs:getWindowListLocked (Results 1 – 3 of 3) sorted by relevance
245 final WindowList windows = mService.getWindowListLocked(displayId); in updateWindowsLocked()517 final WindowList windows = mService.getWindowListLocked(displayId); in updateWallpaperLocked()677 final WindowList windows = mService.getWindowListLocked(displayId); in animateLocked()784 mService.getWindowListLocked(mDisplayContentsAnimators.keyAt(i)); in dumpLocked()
192 final WindowList windows = mService.getWindowListLocked(mDisplay); in broadcastDragStartedLw()397 final WindowList windows = mService.getWindowListLocked(mDisplay); in getTouchedWinAtPointLw()
11570 public WindowList getWindowListLocked(final Display display) { in getWindowListLocked() method11571 return getWindowListLocked(display.getDisplayId()); in getWindowListLocked()11579 public WindowList getWindowListLocked(final int displayId) { in getWindowListLocked() method