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

/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java194 final WindowList windows = mService.getWindowListLocked(mDisplay);
399 final WindowList windows = mService.getWindowListLocked(mDisplay);
H A DWindowAnimator.java197 final WindowList windows = mService.getWindowListLocked(displayId);
350 final WindowList windows = mService.getWindowListLocked(displayId);
499 final WindowList windows = mService.getWindowListLocked(displayId);
605 mService.getWindowListLocked(mDisplayContentsAnimators.keyAt(i));
H A DWindowManagerService.java10800 public WindowList getWindowListLocked(final Display display) { method in class:WindowManagerService
10801 return getWindowListLocked(display.getDisplayId());
10809 public WindowList getWindowListLocked(final int displayId) { method in class:WindowManagerService

Completed in 170 milliseconds