Searched defs:childOrder (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java415 * @param childOrder the new list order
420 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder, argument
423 if (childOrder == null) {
427 for (int i = 0; i < mChildren.size() && i < childOrder.size(); i++) {
429 ExpandableNotificationRow desiredChild = childOrder.get(i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java567 * @param childOrder the new list order
572 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder, argument
575 return mChildrenContainer != null && mChildrenContainer.applyChildOrder(childOrder,

Completed in 74 milliseconds