Searched refs:shellRoots (Results 1 – 1 of 1) sorted by relevance
1632 int addShellRootsIfAbove(WindowState windowState, ArrayList<ShellRoot> shellRoots, 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()1730 ArrayList<ShellRoot> shellRoots = getSortedShellRoots(dc.mShellRoots); in computeChangedWindows() local1737 shellRootIndex = addShellRootsIfAbove(windowState, shellRoots, shellRootIndex, in computeChangedWindows()