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.java493 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local
501 || notificationGroup == null in shouldIsolate()
502 || !notificationGroup.expanded in shouldIsolate()
503 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()
548 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument
549 return notificationGroup.summary == null in isGroupNotFullyVisible()
550 || notificationGroup.summary.isGroupNotFullyVisible(); in isGroupNotFullyVisible()