Home
last modified time | relevance | path

Searched refs:itemsWithStructure (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt273 val itemsWithStructure = mutableListOf<SelectionItem>() regex
274 allStructures.mapNotNullTo(itemsWithStructure) {
277 itemsWithStructure.sortWith(localeComparator)
279 val selectionItem = findSelectionItem(selectedStructure, itemsWithStructure) ?: items[0]
284 createDropDown(itemsWithStructure, selectionItem)