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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 67 row.getNotificationChildren();
NotificationChildrenContainer.java 189 public List<ExpandableNotificationRow> getNotificationChildren() {
StackScrollAlgorithm.java 363 row.getNotificationChildren();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 223 public List<ExpandableNotificationRow> getNotificationChildren() {
224 return mChildrenContainer == null ? null : mChildrenContainer.getNotificationChildren();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 164 milliseconds