Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowAnimator.java197 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()
DDragState.java194 final WindowList windows = mService.getWindowListLocked(mDisplay); in broadcastDragStartedLw()
399 final WindowList windows = mService.getWindowListLocked(mDisplay); in getTouchedWinAtPointLw()
DWindowManagerService.java10816 public WindowList getWindowListLocked(final Display display) { in getWindowListLocked() method
10817 return getWindowListLocked(display.getDisplayId()); in getWindowListLocked()
10825 public WindowList getWindowListLocked(final int displayId) { in getWindowListLocked() method