Searched refs:componentsLayoutManager (Results 1 – 5 of 5) sorted by relevance
28 import com.android.systemui.volume.panel.ui.layout.componentsLayoutManager47 override fun componentsLayoutManager(): ComponentsLayoutManager = in create() method48 kosmos.componentsLayoutManager in create()
72 private val componentsLayoutManager: ComponentsLayoutManager in <lambda>() constant73 get() = volumePanelComponent.componentsLayoutManager() in <lambda>()105 componentsLayoutManager.layout(scope, componentStates) in <lambda>()
36 var Kosmos.componentsLayoutManager: ComponentsLayoutManager by variable
38 import com.android.systemui.volume.panel.ui.layout.componentsLayoutManager54 componentsLayoutManager = DefaultComponentsLayoutManager(BOTTOM_BAR) in <lambda>()
75 fun componentsLayoutManager(): ComponentsLayoutManager in coroutineScope() method