Searched refs:getWindowListLocked (Results 1 – 3 of 3) sorted by relevance
197 final WindowList windows = mService.getWindowListLocked(displayId); in updateWindowsLocked()350 final WindowList windows = mService.getWindowListLocked(displayId); in updateWallpaperLocked()499 final WindowList windows = mService.getWindowListLocked(displayId); in animateLocked()605 mService.getWindowListLocked(mDisplayContentsAnimators.keyAt(i)); in dumpLocked()
194 final WindowList windows = mService.getWindowListLocked(mDisplay); in broadcastDragStartedLw()399 final WindowList windows = mService.getWindowListLocked(mDisplay); in getTouchedWinAtPointLw()
10816 public WindowList getWindowListLocked(final Display display) { in getWindowListLocked() method10817 return getWindowListLocked(display.getDisplayId()); in getWindowListLocked()10825 public WindowList getWindowListLocked(final int displayId) { in getWindowListLocked() method