Searched refs:itemsWithStructure (Results 1 – 1 of 1) sorted by relevance
273 val itemsWithStructure = mutableListOf<SelectionItem>() regex274 allStructures.mapNotNullTo(itemsWithStructure) {277 itemsWithStructure.sortWith(localeComparator)279 val selectionItem = findSelectionItem(selectedStructure, itemsWithStructure) ?: items[0]284 createDropDown(itemsWithStructure, selectionItem)