Searched refs:notificationChildren (Results 1 – 4 of 4) sorted by relevance
151 List<ExpandableNotificationRow> notificationChildren = mRow.getAttachedChildren(); in updateChildrenHeaderAppearance() local152 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()
481 List<ExpandableNotificationRow> notificationChildren = in updateRowStatesInternal() local483 int size = notificationChildren.size(); in updateRowStatesInternal()485 stack.push(notificationChildren.get(i)); in updateRowStatesInternal()
412 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local414 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 …]
2407 List<ExpandableNotificationRow> notificationChildren =2409 for (int childIndex = 0; childIndex < notificationChildren.size();2411 ExpandableNotificationRow rowChild = notificationChildren.get(childIndex);