Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java529 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in handleSuppressedSummaryHeadsUpped() local
531 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() local
595 || notificationGroup == null in shouldIsolate()
596 || !notificationGroup.expanded in shouldIsolate()
597 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()
600 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument
[all …]