Searched refs:notificationGroup (Results 1 – 1 of 1) sorted by relevance
411 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in handleSuppressedSummaryHeadsUpped() local412 if (notificationGroup != null) { in handleSuppressedSummaryHeadsUpped()413 Iterator<NotificationData.Entry> iterator = notificationGroup.children.iterator(); in handleSuppressedSummaryHeadsUpped()430 NotificationGroup notificationGroup = mGroupMap.get(sbn.getGroupKey()); in shouldIsolate() local433 || notificationGroup == null in shouldIsolate()434 || !notificationGroup.expanded in shouldIsolate()435 || isGroupNotFullyVisible(notificationGroup)); in shouldIsolate()438 private boolean isGroupNotFullyVisible(NotificationGroup notificationGroup) { in isGroupNotFullyVisible() argument439 return notificationGroup.summary == null in isGroupNotFullyVisible()440 || notificationGroup.summary.row.getClipTopAmount() > 0 in isGroupNotFullyVisible()[all …]