Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java540 public boolean isTopLevelChild() { in isTopLevelChild() method in NotificationEntry
541 return row != null && row.isTopLevelChild(); in isTopLevelChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java253 if (!entry.isTopLevelChild()) { in shouldShowNotificationIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java3116 public boolean isTopLevelChild() {