Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt262 listingCallback = createCallback(::showControlsView) in <lambda>()
271 showControlsView(items) in <lambda>()
398 private fun showControlsView(items: List<SelectionItem>) { in <lambda>() method