Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java674 final SparseArray<ShellRoot> mShellRoots = new SparseArray<>(); field in DisplayContent
1264 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()
H A DAccessibilityController.java1730 ArrayList<ShellRoot> shellRoots = getSortedShellRoots(dc.mShellRoots); in computeChangedWindows()
H A DWindowManagerService.java4197 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()