Searched refs:mShellRoots (Results 1 – 3 of 3) sorted by relevance
670 final SparseArray<ShellRoot> mShellRoots = new SparseArray<>(); field in DisplayContent1362 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()
132 final ShellRoot shellroot = dc.mShellRoots.get(WindowManager.SHELL_ROOT_LAYER_PIP); in populateVisibleWindowsOnScreenLocked()
4462 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()