Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java715 final SparseArray<ShellRoot> mShellRoots = new SparseArray<>(); field in DisplayContent
1448 ShellRoot root = mShellRoots.get(shellRootLayer); in addShellRoot()
1454 mShellRoots.remove(shellRootLayer); in addShellRoot()
1463 mShellRoots.put(shellRootLayer, root); in addShellRoot()
1470 ShellRoot root = mShellRoots.get(windowType); in removeShellRoot()
1475 mShellRoots.remove(windowType); in removeShellRoot()
4814 for (int i = mShellRoots.size() - 1; i >= 0; --i) { in startKeyguardExitOnNonAppWindows()
4815 mShellRoots.valueAt(i).startAnimation(policy.createHiddenByKeyguardExit( in startKeyguardExitOnNonAppWindows()
H A DAccessibilityWindowsPopulator.java137 final ShellRoot shellroot = dc.mShellRoots.get(WindowManager.SHELL_ROOT_LAYER_PIP); in populateVisibleWindowsOnScreenLocked()
H A DWindowManagerService.java4471 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()