Home
last modified time | relevance | path

Searched refs:getGroupSummary (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java303 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) { in getGroupSummary() method in NotificationGroupManager
304 return getGroupSummary(getGroupKey(sbn)); in getGroupSummary()
314 return getGroupSummary(sbn.getGroupKey()); in getLogicalGroupSummary()
318 private ExpandableNotificationRow getGroupSummary(String groupKey) { in getGroupSummary() method in NotificationGroupManager
DStatusBar.java1874 ExpandableNotificationRow summary = mGroupManager.getGroupSummary( in updateNotificationShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java406 = mGroupManager.getGroupSummary(topEntry.getStatusBarNotification()); in onComputeInternalInsets()
525 = mGroupManager.getGroupSummary(row.getStatusBarNotification()); in getTopHeadsUpPinnedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1093 && mGroupManager.getGroupSummary( in getChildAtPosition()
2683 mGroupManager.getGroupSummary(row.getStatusBarNotification()); in isChildInInvisibleGroup()