Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/composable/
DComponentsFactoryKosmos.kt20 import com.android.systemui.volume.panel.component.bottombar.ui.bottomBarComponent
39 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarComponent }, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayout.kt30 val bottomBarComponent: ComponentState, constant in com.android.systemui.volume.panel.ui.layout.ComponentsLayout
DDefaultComponentsLayoutManager.kt61 bottomBarComponent = components.find { it.key == bottomBar } in layout()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/ui/composable/
DVolumePanelRoot.kt105 if (layout.bottomBarComponent.isVisible) { in VolumePanelComposeScope()
110 with(layout.bottomBarComponent.component as ComposeVolumePanelUiComponent) { in VolumePanelComposeScope()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/bottombar/ui/
DBottomBarComponentKosmos.kt24 var Kosmos.bottomBarComponent by Kosmos.Fixture { BottomBarComponent(bottomBarViewModel) } in <lambda>() variable
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelViewModelTest.kt111 assertThat(componentsLayout!!.bottomBarComponent.key).isEqualTo(BOTTOM_BAR) in <lambda>()
112 assertThat(componentsLayout!!.bottomBarComponent.isVisible).isTrue() in <lambda>()
DDefaultComponentsLayoutManagerTest.kt65 Truth.assertThat(layout.bottomBarComponent).isEqualTo(bottomBarComponentState) in correspondingComponents_areSet()