Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java778 parent.sortChildren(sChildComparator); in sortListAndNotifySections()
924 private static final Comparator<NotificationEntry> sChildComparator = (o1, o2) -> { field in ShadeListBuilder