Searched refs:applyChildOrder (Results 1 – 3 of 3) sorted by relevance
233 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) { in applyChildOrder() method in ExpandableNotificationRow234 return mChildrenContainer != null && mChildrenContainer.applyChildOrder(childOrder); in applyChildOrder()
199 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) {
1407 orderChanged |= parent.applyChildOrder(orderedChildren); in updateNotificationShadeForChildren()