Home
last modified time | relevance | path

Searched refs:childRow (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java498 for (ExpandableNotificationRow childRow : childRows) { in testGetNumUniqueChildren_multiChannel()
499 modifyRanking(childRow.getEntry()) in testGetNumUniqueChildren_multiChannel()
848 ExpandableNotificationRow parentRow, ExpandableNotificationRow childRow) { in setMockChildrenContainer() argument
849 List<ExpandableNotificationRow> rowList = Arrays.asList(childRow); in setMockChildrenContainer()
H A DNotificationTestHelper.java297 ExpandableNotificationRow childRow = createGroupChild(GROUP_KEY); in createGroup() local
298 row.addChildNotification(childRow); in createGroup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java654 for (ExpandableNotificationRow childRow : children) { in resetViewState()
655 childRow.resetViewState(); in resetViewState()
H A DExpandableNotificationRow.java2698 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);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java377 for (ExpandableNotificationRow childRow : children) { in initAlgorithmState()
378 if (childRow.getVisibility() != View.GONE) { in initAlgorithmState()
379 ExpandableViewState childState = childRow.getViewState(); in initAlgorithmState()
H A DNotificationStackScrollLayout.java5924 ExpandableNotificationRow childRow = (ExpandableNotificationRow) child;
5925 List<ExpandableNotificationRow> grandchildren = childRow.getAttachedChildren();
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java843 ExpandableNotificationRow childRow = mock(ExpandableNotificationRow.class); in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed() local
844 childEntry.setRow(childRow); in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed()