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.java62 private final List<String> mExpandedNotifications = new ArrayList<>(); field in CarNotificationViewAdapter
307 if (mExpandedNotifications.contains(notificationGroup.getGroupKey())) { in getItemViewType()
312 } else if (mExpandedNotifications.contains(notificationGroup.getGroupKey())) { in getItemViewType()
435 mExpandedNotifications.add(groupKey); in setExpanded()
437 mExpandedNotifications.remove(groupKey); in setExpanded()
445 if (!mExpandedNotifications.isEmpty()) { in collapseAllGroups()
446 mExpandedNotifications.clear(); in collapseAllGroups()
454 return mExpandedNotifications.contains(groupKey); in isExpanded()