Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java1006 allSorted &= sortGroupChildren(parent.getRawChildren()); in sortWithSemiStableSort()
1028 private boolean sortGroupChildren(List<NotificationEntry> entries) { in sortGroupChildren() method in ShadeListBuilder