Searched refs:selectionSort (Results 1 – 1 of 1) sorted by relevance
634 selectionSort(mDependencySortedChildren, mLayoutDependencyComparator); in prepareChildren()2722 private static void selectionSort(final List<View> list, final Comparator<View> comparator) { in selectionSort() method in CoordinatorLayout