Searched refs:expandedNotification (Results 1 – 1 of 1) sorted by relevance
226 ExpandedNotification expandedNotification = in getItemViewTypeImpl() local231 } else if (mExpandedNotifications.contains(expandedNotification)) { in getItemViewTypeImpl()235 setExpanded(expandedNotification.getKey(), expandedNotification.isExpanded(), in getItemViewTypeImpl()394 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in setExpanded() local396 mExpandedNotifications.add(expandedNotification); in setExpanded()398 mExpandedNotifications.remove(expandedNotification); in setExpanded()421 ExpandedNotification expandedNotification = new ExpandedNotification(groupKey, isSeen); in isExpanded() local422 return mExpandedNotifications.contains(expandedNotification); in isExpanded()