Searched refs:shellRootIndex (Results 1 – 1 of 1) sorted by relevance
1633 int shellRootIndex, List<WindowInfo> windows, Set<IBinder> addedWindows, in addShellRootsIfAbove() argument1635 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() local1736 int prevShellRootIndex = shellRootIndex; in computeChangedWindows()1737 shellRootIndex = addShellRootsIfAbove(windowState, shellRoots, shellRootIndex, in computeChangedWindows()1741 if (shellRootIndex > prevShellRootIndex && unaccountedSpace.isEmpty() in computeChangedWindows()