Home
last modified time | relevance | path

Searched refs:onGroupCreatedFromChildren (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java258 listener.onGroupCreatedFromChildren(group); in onEntryAddedInternal()
1086 default void onGroupCreatedFromChildren(NotificationGroup group) {} in onGroupCreatedFromChildren() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java645 public void onGroupCreatedFromChildren(NotificationGroup group) { in NotificationStackScrollLayoutController()