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