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