Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1474 WindowList windows = getDefaultWindowListLocked(); in findDesiredInputMethodWindowIndexLocked()
1625 getDefaultWindowListLocked().add(pos, win); in addInputMethodWindowToListLocked()
1686 WindowList windows = getDefaultWindowListLocked(); in moveInputMethodDialogsLocked()
1741 WindowList windows = getDefaultWindowListLocked(); in moveInputMethodWindowsIfNeededLocked()
3516 final WindowList windows = getDefaultWindowListLocked(); in getOrientationLocked()
5802 final WindowList windows = getDefaultWindowListLocked(); in checkWaitingForWindowsLocked()
8241 final WindowList windows = getDefaultWindowListLocked(); in handleMessage()
8682 WindowState imFocus = getDefaultWindowListLocked().get(idx-1); in inputMethodClientHasFocus()
9765 final WindowList windows = getDefaultWindowListLocked(); in startFreezingDisplayLocked()
9966 final WindowList windows = getDefaultWindowListLocked(); in updateStatusBarVisibilityLocked()
[all …]
DWallpaperController.java763 final WindowList windows = mService.getDefaultWindowListLocked(); in adjustWallpaperWindows()
DWindowSurfacePlacer.java1202 if (windows == mService.getDefaultWindowListLocked() in handleAppTransitionReadyLocked()