Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java70 private final List<ExpandedNotification> mExpandedNotifications = new ArrayList<>(); field in CarNotificationViewAdapter
231 } else if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()
389 mExpandedNotifications.add(expandedNotification); in setExpanded()
391 mExpandedNotifications.remove(expandedNotification); in setExpanded()
394 Log.d(TAG, "Expanded notification statuses: " + mExpandedNotifications); in setExpanded()
402 if (!mExpandedNotifications.isEmpty()) { in collapseAllGroups()
403 mExpandedNotifications.clear(); in collapseAllGroups()
415 return mExpandedNotifications.contains(expandedNotification); in isExpanded()