Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java1010 mNotifList.sort(mTopLevelComparator); in sortWithSemiStableSort()
1223 private final Comparator<ListEntry> mTopLevelComparator = (o1, o2) -> { field in ShadeListBuilder