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.java484 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local
492 || notificationGroup == null in shouldIsolate()
493 || !notificationGroup.expanded in shouldIsolate()
494 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()
539 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument
540 return notificationGroup.summary == null in isGroupNotFullyVisible()
541 || notificationGroup.summary.isGroupNotFullyVisible(); in isGroupNotFullyVisible()