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