Searched refs:bottomBarComponent (Results 1 – 7 of 7) sorted by relevance
20 import com.android.systemui.volume.panel.component.bottombar.ui.bottomBarComponent39 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarComponent }, in <lambda>()
30 val bottomBarComponent: ComponentState, constant in com.android.systemui.volume.panel.ui.layout.ComponentsLayout
61 bottomBarComponent = components.find { it.key == bottomBar } in layout()
105 if (layout.bottomBarComponent.isVisible) { in VolumePanelComposeScope()110 with(layout.bottomBarComponent.component as ComposeVolumePanelUiComponent) { in VolumePanelComposeScope()
24 var Kosmos.bottomBarComponent by Kosmos.Fixture { BottomBarComponent(bottomBarViewModel) } in <lambda>() variable
111 assertThat(componentsLayout!!.bottomBarComponent.key).isEqualTo(BOTTOM_BAR) in <lambda>()112 assertThat(componentsLayout!!.bottomBarComponent.isVisible).isTrue() in <lambda>()
65 Truth.assertThat(layout.bottomBarComponent).isEqualTo(bottomBarComponentState) in correspondingComponents_areSet()