Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java233 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) { in applyChildOrder() method in ExpandableNotificationRow
234 return mChildrenContainer != null && mChildrenContainer.applyChildOrder(childOrder); in applyChildOrder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java199 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1407 orderChanged |= parent.applyChildOrder(orderedChildren); in updateNotificationShadeForChildren()