Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java670 final SparseArray<ShellRoot> mShellRoots = new SparseArray<>(); field in DisplayContent
1362 ShellRoot root = mShellRoots.get(shellRootLayer); in addShellRoot()
1368 mShellRoots.remove(shellRootLayer); in addShellRoot()
1377 mShellRoots.put(shellRootLayer, root); in addShellRoot()
1384 ShellRoot root = mShellRoots.get(windowType); in removeShellRoot()
1389 mShellRoots.remove(windowType); in removeShellRoot()
4676 for (int i = mShellRoots.size() - 1; i >= 0; --i) { in startKeyguardExitOnNonAppWindows()
4677 mShellRoots.valueAt(i).startAnimation(policy.createHiddenByKeyguardExit( in startKeyguardExitOnNonAppWindows()
DAccessibilityWindowsPopulator.java132 final ShellRoot shellroot = dc.mShellRoots.get(WindowManager.SHELL_ROOT_LAYER_PIP); in populateVisibleWindowsOnScreenLocked()
DWindowManagerService.java4462 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()