Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java66 private final List<ExpandedNotification> mExpandedNotifications = new ArrayList<>(); field in CarNotificationViewAdapter
224 if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()
229 } else if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()
394 mExpandedNotifications.add(expandedNotification); in setExpanded()
396 mExpandedNotifications.remove(expandedNotification); in setExpanded()
399 Log.d(TAG, "Expanded notification statuses: " + mExpandedNotifications); in setExpanded()
407 if (!mExpandedNotifications.isEmpty()) { in collapseAllGroups()
408 mExpandedNotifications.clear(); in collapseAllGroups()
420 return mExpandedNotifications.contains(expandedNotification); in isExpanded()