Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java226 ExpandedNotification expandedNotification = in getItemViewTypeImpl() local
231 } else if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()
235 setExpanded(expandedNotification.getKey(), expandedNotification.isExpanded(), in getItemViewTypeImpl()
394 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded() local
396 mExpandedNotifications.add(expandedNotification); in setExpanded()
398 mExpandedNotifications.remove(expandedNotification); in setExpanded()
421 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded() local
422 return mExpandedNotifications.contains(expandedNotification); in isExpanded()