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.java271 List<ExpandableNotificationRow> rowChildren = row.getNotificationChildren(); in getChildren() local
272 if (rowChildren == null) { in getChildren()
277 for (ExpandableNotificationRow child : rowChildren) { in getChildren()