Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java502 List<ExpandableNotificationRow> rowChildren = row.getAttachedChildren(); in getAttachedNotifChildren() local
503 if (rowChildren == null) { in getAttachedNotifChildren()
508 for (ExpandableNotificationRow child : rowChildren) { in getAttachedNotifChildren()