Home
last modified time | relevance | path

Searched defs:isChildInGroup (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManager.java56 boolean isChildInGroup(NotificationEntry entry); in isChildInGroup() method
H A DGroupMembershipManagerImpl.java49 public boolean isChildInGroup(NotificationEntry entry) { in isChildInGroup() method in GroupMembershipManagerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java300 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup()
H A DNotificationViewWrapper.java344 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java552 public boolean isChildInGroup() { in isChildInGroup() method in ExpandableView
H A DNotificationContentView.java1104 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java742 public boolean isChildInGroup() { in isChildInGroup() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java608 public boolean isChildInGroup(NotificationEntry entry) { in isChildInGroup() method in NotificationGroupManagerLegacy
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2704 private boolean isChildInGroup(View child) { in isChildInGroup() method