Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1633 int shellRootIndex, List<WindowInfo> windows, Set<IBinder> addedWindows, 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()
1638 shellRootIndex++; in addShellRootsIfAbove()
1653 return shellRootIndex; in addShellRootsIfAbove()
1733 int shellRootIndex = 0; in computeChangedWindows() local
1736 int prevShellRootIndex = shellRootIndex; in computeChangedWindows()
1737 shellRootIndex = addShellRootsIfAbove(windowState, shellRoots, shellRootIndex, in computeChangedWindows()
1741 if (shellRootIndex > prevShellRootIndex && unaccountedSpace.isEmpty() in computeChangedWindows()