Home
last modified time | relevance | path

Searched refs:TOP_SORTED_CHILDREN_COMPARATOR (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java124 TOP_SORTED_CHILDREN_COMPARATOR = new ViewElevationComparator();
126 TOP_SORTED_CHILDREN_COMPARATOR = null;
148 static final Comparator<View> TOP_SORTED_CHILDREN_COMPARATOR; field in CoordinatorLayout
413 if (TOP_SORTED_CHILDREN_COMPARATOR != null) { in getTopSortedChildren()
414 Collections.sort(out, TOP_SORTED_CHILDREN_COMPARATOR); in getTopSortedChildren()