Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DSelectionItemTest.kt20 SelectionItem( in testMatchBadComponentName_false()
46 SelectionItem( in testMatchSameComponentName_panelSelected_true()
62 SelectionItem( in testMatchSameComponentName_panelSelection_true()
82 SelectionItem( in testMatchSameComponentSameStructure_true()
102 SelectionItem( in testMatchSameComponentDifferentStructure_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt127 private var selectionItem: SelectionItem? = null in <lambda>()
137 private var lastSelections = emptyList<SelectionItem>() in <lambda>()
142 private val localeComparator = compareBy<SelectionItem, CharSequence>(collator) { in <lambda>()
174 onResult: (List<SelectionItem>) -> Unit in <lambda>()
182 SelectionItem( in <lambda>()
268 private fun initialView(items: List<SelectionItem>) { in <lambda>()
303 private fun showSeedingView(items: List<SelectionItem>) { in <lambda>()
310 private fun showInitialSetupView(items: List<SelectionItem>) { in <lambda>()
398 private fun showControlsView(items: List<SelectionItem>) { in <lambda>()
406 val panelsAndStructures = mutableListOf<SelectionItem>() in <lambda>()
[all …]