Searched refs:notificationChildren (Results 1 – 4 of 4) sorted by relevance
144 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren(); in updateChildrenHeaderAppearance() local145 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()
427 List<ExpandableNotificationRow> notificationChildren = in updateRowStatesInternal() local429 int size = notificationChildren.size(); in updateRowStatesInternal()431 stack.push(notificationChildren.get(i)); in updateRowStatesInternal()
404 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() local406 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> notificationChildren1323 ArrayList<ExpandableNotificationRow> clonedList = new ArrayList<>(notificationChildren);1338 List<ExpandableNotificationRow> notificationChildren = getNotificationChildren();1339 for (ExpandableNotificationRow child : notificationChildren) {[all …]
2277 List<ExpandableNotificationRow> notificationChildren =2279 for (int childIndex = 0; childIndex < notificationChildren.size();2281 ExpandableNotificationRow rowChild = notificationChildren.get(childIndex);