Searched refs:notificationGroup (Results 1 – 1 of 1) sorted by relevance
771 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local773 || notificationGroup == null in shouldIsolate()774 || !notificationGroup.expanded in shouldIsolate()775 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()850 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument851 return notificationGroup.summary == null in isGroupNotFullyVisible()852 || notificationGroup.summary.isGroupNotFullyVisible(); in isGroupNotFullyVisible()