Searched refs:notificationGroup (Results 1 – 1 of 1) sorted by relevance
529 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in handleSuppressedSummaryHeadsUpped() local531 if (pendingInflationsWillAddChildren(notificationGroup)) { in handleSuppressedSummaryHeadsUpped()537 if (notificationGroup != null) { in handleSuppressedSummaryHeadsUpped()539 = notificationGroup.children.values().iterator(); in handleSuppressedSummaryHeadsUpped()553 notificationGroup.lastHeadsUpTransfer = SystemClock.elapsedRealtime(); in handleSuppressedSummaryHeadsUpped()592 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local595 || notificationGroup == null in shouldIsolate()596 || !notificationGroup.expanded in shouldIsolate()597 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()600 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument[all …]