HomeSort by relevance Sort by last modified time
    Searched refs:applyChildOrder (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 199 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 233 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) {
234 return mChildrenContainer != null && mChildrenContainer.applyChildOrder(childOrder);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 124 milliseconds