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/
DNotificationHeaderUtil.java151 List<ExpandableNotificationRow> notificationChildren = mRow.getAttachedChildren(); in updateChildrenHeaderAppearance() local
152 if (notificationChildren == null) { in updateChildrenHeaderAppearance()
161 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenHeaderAppearance()
162 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance()
169 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenHeaderAppearance()
170 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance()
DNotificationViewHierarchyManager.java481 List<ExpandableNotificationRow> notificationChildren = in updateRowStatesInternal() local
483 int size = notificationChildren.size(); in updateRowStatesInternal()
485 stack.push(notificationChildren.get(i)); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java412 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local
414 for (int i = 0; i < notificationChildren.size(); i++) { in setIconAnimationRunning()
415 ExpandableNotificationRow child = notificationChildren.get(i); in setIconAnimationRunning()
1038 List<ExpandableNotificationRow> notificationChildren =
1040 for (int i = 0; i < notificationChildren.size(); i++) {
1041 ExpandableNotificationRow child = notificationChildren.get(i);
1309 List<ExpandableNotificationRow> notificationChildren =
1311 ArrayList<ExpandableNotificationRow> clonedList = new ArrayList<>(notificationChildren);
1331 List<ExpandableNotificationRow> notificationChildren = getAttachedChildren();
1332 for (ExpandableNotificationRow child : notificationChildren) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2407 List<ExpandableNotificationRow> notificationChildren =
2409 for (int childIndex = 0; childIndex < notificationChildren.size();
2411 ExpandableNotificationRow rowChild = notificationChildren.get(childIndex);