Searched refs:sortedShellRoots (Results 1 – 1 of 1) sorted by relevance
1658 ArrayList<ShellRoot> sortedShellRoots = new ArrayList<>(originalShellRoots.size()); in getSortedShellRoots() local1660 sortedShellRoots.add(originalShellRoots.valueAt(i)); in getSortedShellRoots()1663 sortedShellRoots.sort((left, right) -> in getSortedShellRoots()1668 return sortedShellRoots; in getSortedShellRoots()