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.java411 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in handleSuppressedSummaryHeadsUpped() local
412 if (notificationGroup != null) { in handleSuppressedSummaryHeadsUpped()
413 Iterator<NotificationData.Entry> iterator = notificationGroup.children.iterator(); in handleSuppressedSummaryHeadsUpped()
430 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local
433 || notificationGroup == null in shouldIsolate()
434 || !notificationGroup.expanded in shouldIsolate()
435 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()
438 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument
439 return notificationGroup.summary == null in isGroupNotFullyVisible()
440 || notificationGroup.summary.row.getClipTopAmount() > 0 in isGroupNotFullyVisible()
[all …]