Searched refs:notificationChildren (Results 1 – 4 of 4) sorted by relevance
224 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local226 for (int i = 0; i < notificationChildren.size(); i++) { in setIconAnimationRunning()227 ExpandableNotificationRow child = notificationChildren.get(i); in setIconAnimationRunning()573 List<ExpandableNotificationRow> notificationChildren =575 for (int i = 0; i < notificationChildren.size(); i++) {576 ExpandableNotificationRow child = notificationChildren.get(i);712 List<ExpandableNotificationRow> notificationChildren714 ArrayList<ExpandableNotificationRow> clonedList = new ArrayList<>(notificationChildren);729 List<ExpandableNotificationRow> notificationChildren = getNotificationChildren();730 for (ExpandableNotificationRow child : notificationChildren) {[all …]
135 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren(); in updateChildrenHeaderAppearance() local136 if (notificationChildren == null) { in updateChildrenHeaderAppearance()145 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenHeaderAppearance()146 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance()153 for (int i = 0; i < notificationChildren.size(); i++) { in updateChildrenHeaderAppearance()154 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance()
2308 List<ExpandableNotificationRow> notificationChildren =2310 int size = notificationChildren.size();2312 stack.push(notificationChildren.get(i));
1688 List<ExpandableNotificationRow> notificationChildren = in handleGroupSummaryRemoved() local1691 for (int i = 0; i < notificationChildren.size(); i++) { in handleGroupSummaryRemoved()1692 ExpandableNotificationRow row = notificationChildren.get(i); in handleGroupSummaryRemoved()