Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java220 ExpandedNotification expandedNotification = in getItemViewTypeImpl() local
224 if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()
229 } else if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()
233 setExpanded(expandedNotification.getKey(), expandedNotification.isExpanded(), in getItemViewTypeImpl()
392 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded() local
394 mExpandedNotifications.add(expandedNotification); in setExpanded()
396 mExpandedNotifications.remove(expandedNotification); in setExpanded()
419 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded() local
420 return mExpandedNotifications.contains(expandedNotification); in isExpanded()