Searched refs:currentSelection (Results 1 – 2 of 2) sorted by relevance
135 val currentSelection = controlsController.getPreferredSelection() in <lambda>() constant136 if (currentSelection == SelectedItem.EMPTY_SELECTION) { in <lambda>()176 val currentSelection = controlsController.getPreferredSelection() in <lambda>() constant179 if (currentSelection is SelectedItem.PanelItem && in <lambda>()180 panels.firstOrNull { it.componentName == currentSelection.componentName } != null in <lambda>()182 controlsController.bindComponentForPanel(currentSelection.componentName) in <lambda>()
242 int currentSelection = ListView.INVALID_POSITION; in waitAssertListSelection() local244 currentSelection = textView.getListSelection(); in waitAssertListSelection()245 if (expected == currentSelection) { in waitAssertListSelection()