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.java1483 WindowList windows = getDefaultWindowListLocked(); in findDesiredInputMethodWindowIndexLocked()
1634 getDefaultWindowListLocked().add(pos, win); in addInputMethodWindowToListLocked()
1695 WindowList windows = getDefaultWindowListLocked(); in moveInputMethodDialogsLocked()
1750 WindowList windows = getDefaultWindowListLocked(); in moveInputMethodWindowsIfNeededLocked()
3556 final WindowList windows = getDefaultWindowListLocked(); in getOrientationLocked()
5880 final WindowList windows = getDefaultWindowListLocked(); in checkWaitingForWindowsLocked()
8408 final WindowList windows = getDefaultWindowListLocked(); in handleMessage()
8870 WindowState imFocus = getDefaultWindowListLocked().get(idx-1); in inputMethodClientHasFocus()
9960 final WindowList windows = getDefaultWindowListLocked(); in startFreezingDisplayLocked()
10161 final WindowList windows = getDefaultWindowListLocked(); in updateStatusBarVisibilityLocked()
[all …]
DWallpaperController.java787 final WindowList windows = mService.getDefaultWindowListLocked(); in adjustWallpaperWindows()
DWindowSurfacePlacer.java1225 if (windows == mService.getDefaultWindowListLocked() in handleAppTransitionReadyLocked()