Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/start/
DControlsStartable.kt135 val currentSelection = controlsController.getPreferredSelection() in <lambda>() constant
136 if (currentSelection == SelectedItem.EMPTY_SELECTION) { in <lambda>()
176 val currentSelection = controlsController.getPreferredSelection() in <lambda>() constant
179 if (currentSelection is SelectedItem.PanelItem && in <lambda>()
180 panels.firstOrNull { it.componentName == currentSelection.componentName } != null in <lambda>()
182 controlsController.bindComponentForPanel(currentSelection.componentName) in <lambda>()
/frameworks/base/core/tests/coretests/src/android/widget/
DAutoCompleteTextViewPopup.java242 int currentSelection = ListView.INVALID_POSITION; in waitAssertListSelection() local
244 currentSelection = textView.getListSelection(); in waitAssertListSelection()
245 if (expected == currentSelection) { in waitAssertListSelection()