Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt324 val selectionItem = findSelectionItem(selectedStructure, itemsWithStructure) ?: items[0] in <lambda>()
529 private fun findSelectionItem(si: StructureInfo, items: List<SelectionItem>): SelectionItem? = in <lambda>() method in com.android.systemui.controls.ui.ControlsUiControllerImpl