Lines Matching refs:summary

77         if (group.summary != null) {
78 mListener.onGroupExpansionChanged(group.summary.row, expanded);
99 // When an app posts 2 different notifications as summary of the same group, then a
108 group.summary = null;
112 if (group.summary == null) {
144 group.summary = added;
174 if (!mHeadsUpManager.isHeadsUp(group.summary.key)) {
175 mHeadsUpManager.showNotification(group.summary);
180 // group child gets added quite a bit after the summary got posted. Our guidance is, that
181 // apps should always post the group summary as well and we'll hide it for them if the child
183 // child, otherwise the invisible summary would be heads-upped.
188 // summary again instead of the old child if it's within a certain timeout.
190 if (!onlySummaryAlerts(group.summary)) {
195 group.summary.notification));
219 if (releasedChild && !mHeadsUpManager.isHeadsUp(group.summary.key)) {
222 mHeadsUpManager.showNotification(group.summary);
236 String groupKey = getGroupKey(group.summary.notification);
266 group.suppressed = group.summary != null && !group.expanded
269 && group.summary.notification.getNotification().isGroupSummary()
273 handleSuppressedSummaryHeadsUpped(group.summary);
282 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0;
298 return mGroupMap.get(sbn.getKey()).summary;
383 * @return whether a given notification is a child in a group which has a summary
390 if (group == null || group.summary == null || group.suppressed) {
403 * @return whether a given notification is a summary in a group which has children
417 * Get the summary of a specified status bar notification. For isolated notification this return
425 * Similar to {@link #getGroupSummary(StatusBarNotification)} but doesn't get the visual summary
426 * but the logical summary, i.e when a child is isolated, it still returns the summary as if
438 : group.summary == null ? null
439 : group.summary.row;
576 String groupKey = getGroupKey(group.summary.notification);
601 return notificationGroup.summary == null
602 || notificationGroup.summary.row.getClipTopAmount() > 0
603 || notificationGroup.summary.row.getTranslationY() < 0;
629 public NotificationData.Entry summary;
632 * Is this notification group suppressed, i.e its summary is hidden
636 * The time when the last heads transfer from group to child happened, while the summary
644 String result = " summary:\n "
645 + (summary != null ? summary.notification : "null")
646 + (summary != null && summary.getDebugThrowable() != null
647 ? Log.getStackTraceString(summary.getDebugThrowable())
664 * @param changedRow the row for which the expansion has changed, which is also the summary
670 * A group of children just received a summary notification and should therefore become