Searched refs:notificationGroup (Results 1 – 1 of 1) sorted by relevance
493 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local501 || notificationGroup == null in shouldIsolate()502 || !notificationGroup.expanded in shouldIsolate()503 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()548 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument549 return notificationGroup.summary == null in isGroupNotFullyVisible()550 || notificationGroup.summary.isGroupNotFullyVisible(); in isGroupNotFullyVisible()