Searched refs:expandedGroups (Results 1 – 1 of 1) sorted by relevance
26 private val expandedGroups = mutableSetOf<CharSequence>() constant35 expandedGroups.clear() in restoreState()36 expandedGroups.addAll(it) in restoreState()43 expandedGroups.toTypedArray() in saveState()48 expandedGroups.remove(groupId) in onGroupCollapsed()52 expandedGroups.add(groupId) in onGroupExpanded()55 fun isGroupExpanded(groupId: CharSequence): Boolean = expandedGroups.contains(groupId)