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.java144 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren(); in updateChildrenHeaderAppearance() local
145 if (notificationChildren == null) { in updateChildrenHeaderAppearance()
154 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenHeaderAppearance()
155 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance()
162 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenHeaderAppearance()
163 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance()
DNotificationViewHierarchyManager.java427 List<ExpandableNotificationRow> notificationChildren = in updateRowStatesInternal() local
429 int size = notificationChildren.size(); in updateRowStatesInternal()
431 stack.push(notificationChildren.get(i)); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java404 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local
406 for (int i = 0; i < notificationChildren.size(); i++) { in setIconAnimationRunning()
407 ExpandableNotificationRow child = notificationChildren.get(i); in setIconAnimationRunning()
1039 List<ExpandableNotificationRow> notificationChildren =
1041 for (int i = 0; i < notificationChildren.size(); i++) {
1042 ExpandableNotificationRow child = notificationChildren.get(i);
1321 List<ExpandableNotificationRow> notificationChildren
1323 ArrayList<ExpandableNotificationRow> clonedList = new ArrayList<>(notificationChildren);
1338 List<ExpandableNotificationRow> notificationChildren = getNotificationChildren();
1339 for (ExpandableNotificationRow child : notificationChildren) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2277 List<ExpandableNotificationRow> notificationChildren =
2279 for (int childIndex = 0; childIndex < notificationChildren.size();
2281 ExpandableNotificationRow rowChild = notificationChildren.get(childIndex);