Home
last modified time | relevance | path

Searched refs:getWindowListLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java245 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()
DDragState.java192 final WindowList windows = mService.getWindowListLocked(mDisplay); in broadcastDragStartedLw()
397 final WindowList windows = mService.getWindowListLocked(mDisplay); in getTouchedWinAtPointLw()
DWindowManagerService.java11570 public WindowList getWindowListLocked(final Display display) { in getWindowListLocked() method
11571 return getWindowListLocked(display.getDisplayId()); in getWindowListLocked()
11579 public WindowList getWindowListLocked(final int displayId) { in getWindowListLocked() method