Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java596 public boolean isTopLevelChild() { in isTopLevelChild() method in NotificationEntry
597 return row != null && row.isTopLevelChild(); in isTopLevelChild()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java305 if (!entry.isTopLevelChild()) { in shouldShowNotificationIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java3284 public boolean isTopLevelChild() {