Searched refs:mExpandedNotifications (Results 1 – 1 of 1) sorted by relevance
62 private final List<String> mExpandedNotifications = new ArrayList<>(); field in CarNotificationViewAdapter307 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()