Searched refs:notificationChildren (Results 1 – 4 of 4) sorted by relevance
128 List<ExpandableNotificationRow> notificationChildren = mRow.getAttachedChildren(); in updateChildrenAppearance() local129 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()
493 List<ExpandableNotificationRow> notificationChildren = in updateRowStatesInternal() local495 int size = notificationChildren.size(); in updateRowStatesInternal()497 stack.push(notificationChildren.get(i)); in updateRowStatesInternal()
434 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local436 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 …]
2119 List<ExpandableNotificationRow> notificationChildren =2121 for (int childIndex = 0; childIndex < notificationChildren.size();2123 ExpandableNotificationRow rowChild = notificationChildren.get(childIndex);