Searched refs:expandedNotification (Results 1 – 1 of 1) sorted by relevance
220 ExpandedNotification expandedNotification = in getItemViewTypeImpl() local224 if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()229 } else if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()233 setExpanded(expandedNotification.getKey(), expandedNotification.isExpanded(), in getItemViewTypeImpl()392 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded() local394 mExpandedNotifications.add(expandedNotification); in setExpanded()396 mExpandedNotifications.remove(expandedNotification); in setExpanded()419 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded() local420 return mExpandedNotifications.contains(expandedNotification); in isExpanded()