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