public static interface NotificationGroupManager.OnGroupChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group)
A group of children just received a summary notification and should therefore become
children of it.
|
void |
onGroupExpansionChanged(com.android.systemui.statusbar.ExpandableNotificationRow changedRow,
boolean expanded)
The expansion of a group has changed.
|
void |
onGroupsChanged()
The groups have changed.
|
void onGroupExpansionChanged(com.android.systemui.statusbar.ExpandableNotificationRow changedRow, boolean expanded)
changedRow
- the row for which the expansion has changed, which is also the summaryexpanded
- a boolean indicating the new expanded statevoid onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group)
group
- the group createdvoid onGroupsChanged()