Searched refs:mShellRoots (Results 1 – 3 of 3) sorted by relevance
674 final SparseArray<ShellRoot> mShellRoots = new SparseArray<>(); field in DisplayContent1264 ShellRoot root = mShellRoots.get(shellRootLayer); in addShellRoot()1270 mShellRoots.remove(shellRootLayer); in addShellRoot()1279 mShellRoots.put(shellRootLayer, root); in addShellRoot()1286 ShellRoot root = mShellRoots.get(windowType); in removeShellRoot()1291 mShellRoots.remove(windowType); in removeShellRoot()4282 for (int i = mShellRoots.size() - 1; i >= 0; --i) { in startKeyguardExitOnNonAppWindows()4283 mShellRoots.valueAt(i).startAnimation(policy.createHiddenByKeyguardExit( in startKeyguardExitOnNonAppWindows()
1730 ArrayList<ShellRoot> shellRoots = getSortedShellRoots(dc.mShellRoots); in computeChangedWindows()
4197 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()