Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1553 int shellRootIndex, List<WindowInfo> windows, Set<IBinder> addedWindows, in addShellRootsIfAbove() argument
1555 while (shellRootIndex < shellRoots.size() in addShellRootsIfAbove()
1556 && shellRootIsAbove(windowState, shellRoots.get(shellRootIndex))) { in addShellRootsIfAbove()
1557 ShellRoot shellRoot = shellRoots.get(shellRootIndex); in addShellRootsIfAbove()
1558 shellRootIndex++; in addShellRootsIfAbove()
1573 return shellRootIndex; in addShellRootsIfAbove()
1653 int shellRootIndex = 0; in computeChangedWindows() local
1656 int prevShellRootIndex = shellRootIndex; in computeChangedWindows()
1657 shellRootIndex = addShellRootsIfAbove(windowState, shellRoots, shellRootIndex, in computeChangedWindows()
1661 if (shellRootIndex > prevShellRootIndex && unaccountedSpace.isEmpty() in computeChangedWindows()