Searched refs:childRow (Results 1 – 7 of 7) sorted by relevance
498 for (ExpandableNotificationRow childRow : childRows) { in testGetNumUniqueChildren_multiChannel()499 modifyRanking(childRow.getEntry()) in testGetNumUniqueChildren_multiChannel()848 ExpandableNotificationRow parentRow, ExpandableNotificationRow childRow) { in setMockChildrenContainer() argument849 List<ExpandableNotificationRow> rowList = Arrays.asList(childRow); in setMockChildrenContainer()
297 ExpandableNotificationRow childRow = createGroupChild(GROUP_KEY); in createGroup() local298 row.addChildNotification(childRow); in createGroup()
654 for (ExpandableNotificationRow childRow : children) { in resetViewState()655 childRow.resetViewState(); in resetViewState()
2698 final ExpandableNotificationRow childRow = childrenRows.get(i);2699 final NotificationChannel childChannel = childRow.getEntry().getChannel();2700 final StatusBarNotification childSbn = childRow.getEntry().getSbn();3308 public int getPositionOfChild(ExpandableNotificationRow childRow) {3310 return mChildrenContainer.getPositionInLinearLayout(childRow);
377 for (ExpandableNotificationRow childRow : children) { in initAlgorithmState()378 if (childRow.getVisibility() != View.GONE) { in initAlgorithmState()379 ExpandableViewState childState = childRow.getViewState(); in initAlgorithmState()
5924 ExpandableNotificationRow childRow = (ExpandableNotificationRow) child;5925 List<ExpandableNotificationRow> grandchildren = childRow.getAttachedChildren();
843 ExpandableNotificationRow childRow = mock(ExpandableNotificationRow.class); in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed() local844 childEntry.setRow(childRow); in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed()