Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManagerImpl.java49 public boolean isChildInGroup(NotificationEntry entry) { in isChildInGroup() method in GroupMembershipManagerImpl
H A DGroupMembershipManager.java56 boolean isChildInGroup(NotificationEntry entry); in isChildInGroup() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java341 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup()
H A DNotificationViewWrapper.java342 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java751 public boolean isChildInGroup() { in isChildInGroup() method in NotificationEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java624 public boolean isChildInGroup() { in isChildInGroup() method in ExpandableView
H A DNotificationContentView.java1173 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2844 private boolean isChildInGroup(View child) { in isChildInGroup() method