Home
last modified time | relevance | path

Searched defs:selectionItem (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DSelectionItemTest.kt19 val selectionItem = in testMatchBadComponentName_false() constant
45 val selectionItem = in testMatchSameComponentName_panelSelected_true() constant
61 val selectionItem = in testMatchSameComponentName_panelSelection_true() constant
81 val selectionItem = in testMatchSameComponentSameStructure_true() constant
101 val selectionItem = in testMatchSameComponentDifferentStructure_false() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt127 private var selectionItem: SelectionItem? = null in <lambda>() variable
416 val selectionItem = findSelectionItem(selectedItem, panelsAndStructures) in <lambda>() constant