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.java107 TOP_SORTED_CHILDREN_COMPARATOR = new ViewElevationComparator();
110 TOP_SORTED_CHILDREN_COMPARATOR = null;
140 static final Comparator<View> TOP_SORTED_CHILDREN_COMPARATOR; field in CoordinatorLayout
394 if (TOP_SORTED_CHILDREN_COMPARATOR != null) { in getTopSortedChildren()
395 Collections.sort(out, TOP_SORTED_CHILDREN_COMPARATOR); in getTopSortedChildren()