Searched refs:notificationGroup (Results 1 – 1 of 1) sorted by relevance
484 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local492 || notificationGroup == null in shouldIsolate()493 || !notificationGroup.expanded in shouldIsolate()494 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()539 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument540 return notificationGroup.summary == null in isGroupNotFullyVisible()541 || notificationGroup.summary.isGroupNotFullyVisible(); in isGroupNotFullyVisible()