Home
last modified time | relevance | path

Searched refs:notificationChildren (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java128 List<ExpandableNotificationRow> notificationChildren = mRow.getAttachedChildren(); in updateChildrenAppearance() local
129 if (notificationChildren == null || !mRow.isSummaryWithChildren()) { in updateChildrenAppearance()
138 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenAppearance()
139 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance()
146 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenAppearance()
147 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance()
DNotificationViewHierarchyManager.java493 List<ExpandableNotificationRow> notificationChildren = in updateRowStatesInternal() local
495 int size = notificationChildren.size(); in updateRowStatesInternal()
497 stack.push(notificationChildren.get(i)); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java434 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local
436 for (int i = 0; i < notificationChildren.size(); i++) { in setIconAnimationRunning()
437 ExpandableNotificationRow child = notificationChildren.get(i); in setIconAnimationRunning()
1031 List<ExpandableNotificationRow> notificationChildren =
1033 for (int i = 0; i < notificationChildren.size(); i++) {
1034 ExpandableNotificationRow child = notificationChildren.get(i);
1314 List<ExpandableNotificationRow> notificationChildren =
1316 ArrayList<ExpandableNotificationRow> clonedList = new ArrayList<>(notificationChildren);
1336 List<ExpandableNotificationRow> notificationChildren =
1338 int i = notificationChildren.indexOf(this);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2119 List<ExpandableNotificationRow> notificationChildren =
2121 for (int childIndex = 0; childIndex < notificationChildren.size();
2123 ExpandableNotificationRow rowChild = notificationChildren.get(childIndex);