Home
last modified time | relevance | path

Searched refs:BottomBarComponent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/bottombar/
DBottomBarModule.kt19 import com.android.systemui.volume.panel.component.bottombar.ui.BottomBarComponent
35 fun bindVolumePanelUiComponent(component: BottomBarComponent): VolumePanelUiComponent
/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>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/bottombar/ui/
DBottomBarComponent.kt41 class BottomBarComponent class