Searched refs:TOP_SORTED_CHILDREN_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
124 TOP_SORTED_CHILDREN_COMPARATOR = new ViewElevationComparator();126 TOP_SORTED_CHILDREN_COMPARATOR = null;148 static final Comparator<View> TOP_SORTED_CHILDREN_COMPARATOR; field in CoordinatorLayout413 if (TOP_SORTED_CHILDREN_COMPARATOR != null) { in getTopSortedChildren()414 Collections.sort(out, TOP_SORTED_CHILDREN_COMPARATOR); in getTopSortedChildren()