Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/dagger/factory/
DKosmosVolumePanelComponentFactory.kt28 import com.android.systemui.volume.panel.ui.layout.componentsLayoutManager
47 override fun componentsLayoutManager(): ComponentsLayoutManager = in create() method
48 kosmos.componentsLayoutManager in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelViewModel.kt72 private val componentsLayoutManager: ComponentsLayoutManager in <lambda>() constant
73 get() = volumePanelComponent.componentsLayoutManager() in <lambda>()
105 componentsLayoutManager.layout(scope, componentStates) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManagerKosmos.kt36 var Kosmos.componentsLayoutManager: ComponentsLayoutManager by variable
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelViewModelTest.kt38 import com.android.systemui.volume.panel.ui.layout.componentsLayoutManager
54 componentsLayoutManager = DefaultComponentsLayoutManager(BOTTOM_BAR) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/dagger/
DVolumePanelComponent.kt75 fun componentsLayoutManager(): ComponentsLayoutManager in coroutineScope() method