Home
last modified time | relevance | path

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

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