Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/
DUiModule.kt22 import com.android.systemui.volume.panel.ui.layout.ComponentsLayoutManager
33 fun bindComponentsLayoutManager(impl: DefaultComponentsLayoutManager): ComponentsLayoutManager in bindComponentsLayoutManager()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/dagger/factory/
DKosmosVolumePanelComponentFactory.kt27 import com.android.systemui.volume.panel.ui.layout.ComponentsLayoutManager
47 override fun componentsLayoutManager(): ComponentsLayoutManager = in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/dagger/
DVolumePanelComponent.kt33 import com.android.systemui.volume.panel.ui.layout.ComponentsLayoutManager
75 fun componentsLayoutManager(): ComponentsLayoutManager in coroutineScope()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/ui/viewmodel/
DDefaultComponentsLayoutManagerTest.kt25 import com.android.systemui.volume.panel.ui.layout.ComponentsLayoutManager
36 private val underTest: ComponentsLayoutManager =
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManager.kt43 interface ComponentsLayoutManager { interface
DDefaultComponentsLayoutManager.kt37 ) : ComponentsLayoutManager {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelViewModel.kt35 import com.android.systemui.volume.panel.ui.layout.ComponentsLayoutManager in <lambda>()
72 private val componentsLayoutManager: ComponentsLayoutManager in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManagerKosmos.kt36 var Kosmos.componentsLayoutManager: ComponentsLayoutManager by