Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1632 int addShellRootsIfAbove(WindowState windowState, ArrayList<ShellRoot> shellRoots, in addShellRootsIfAbove() argument
1635 while (shellRootIndex < shellRoots.size() in addShellRootsIfAbove()
1636 && shellRootIsAbove(windowState, shellRoots.get(shellRootIndex))) { in addShellRootsIfAbove()
1637 ShellRoot shellRoot = shellRoots.get(shellRootIndex); in addShellRootsIfAbove()
1730 ArrayList<ShellRoot> shellRoots = getSortedShellRoots(dc.mShellRoots); in computeChangedWindows() local
1737 shellRootIndex = addShellRootsIfAbove(windowState, shellRoots, shellRootIndex, in computeChangedWindows()