Home
last modified time | relevance | path

Searched refs:getAttachedChildren (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListItem.java46 List<? extends NotificationListItem> getAttachedChildren(); in getAttachedChildren() method
DStackScrollAlgorithm.java301 List<ExpandableNotificationRow> children = row.getAttachedChildren(); in initAlgorithmState()
DNotificationChildrenContainer.java438 public List<ExpandableNotificationRow> getAttachedChildren() {
DNotificationStackScrollLayout.java2408 row.getAttachedChildren();
4715 for (ExpandableNotificationRow child : row.getAttachedChildren()) {
5673 List<ExpandableNotificationRow> children = row.getAttachedChildren();
6481 || (parent.getAttachedChildren().size() == 1
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java332 List<ExpandableNotificationRow> children = parent.getAttachedChildren(); in addNotificationChildrenAndSort()
377 List<ExpandableNotificationRow> children = parent.getAttachedChildren(); in removeNotificationChildren()
482 row.getAttachedChildren(); in updateRowStatesInternal()
DNotificationHeaderUtil.java151 List<ExpandableNotificationRow> notificationChildren = mRow.getAttachedChildren(); in updateChildrenHeaderAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java413 mChildrenContainer.getAttachedChildren(); in setIconAnimationRunning()
904 public List<ExpandableNotificationRow> getAttachedChildren() {
905 return mChildrenContainer == null ? null : mChildrenContainer.getAttachedChildren();
1039 mChildrenContainer.getAttachedChildren();
1251 for (ExpandableNotificationRow child : mChildrenContainer.getAttachedChildren()) {
1310 mChildrenContainer.getAttachedChildren();
1331 List<ExpandableNotificationRow> notificationChildren = getAttachedChildren();
1347 mNotificationParent.getAttachedChildren();
2393 final List<ExpandableNotificationRow> childrenRows = getAttachedChildren();
2500 mChildrenContainer.getAttachedChildren();
[all …]
DExpandableView.java595 List<ExpandableNotificationRow> children = row.getAttachedChildren(); in resetViewState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java146 for (ExpandableNotificationRow childRow : groupRow.getAttachedChildren()) { in testPerhapsShowBlockingHelper_notShownForMultiChannelGroup()
DExpandableNotificationRowTest.java304 mGroupRow.getChildrenContainer().getAttachedChildren(); in testGetNumUniqueChildren_multiChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java457 List<ExpandableNotificationRow> rowChildren = row.getAttachedChildren(); in getAttachedNotifChildren()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java831 List<ExpandableNotificationRow> childrenRows = groupSummary.getAttachedChildren(); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
DBubbleControllerTest.java986 List<ExpandableNotificationRow> childrenRows = groupSummary.getAttachedChildren(); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()