Home
last modified time | relevance | path

Searched refs:VolumePanelComponents (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/domain/
DDomainModule.kt19 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
53 VolumePanelComponents.ANC, in bindComponentsInteractor()
54 VolumePanelComponents.SPATIAL_AUDIO, in bindComponentsInteractor()
55 VolumePanelComponents.CAPTIONING, in bindComponentsInteractor()
56 VolumePanelComponents.VOLUME_SLIDERS, in bindComponentsInteractor()
57 VolumePanelComponents.MEDIA_OUTPUT, in bindComponentsInteractor()
58 VolumePanelComponents.BOTTOM_BAR, in bindComponentsInteractor()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManagerKosmos.kt20 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
24 Kosmos.Fixture { VolumePanelComponents.BOTTOM_BAR } in <lambda>()
26 Kosmos.Fixture { listOf(VolumePanelComponents.MEDIA_OUTPUT) } in <lambda>()
30 VolumePanelComponents.ANC, in <lambda>()
31 VolumePanelComponents.SPATIAL_AUDIO, in <lambda>()
32 VolumePanelComponents.CAPTIONING, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/
DUiModule.kt19 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
42 VolumePanelComponents.MEDIA_OUTPUT, in bindComponentsLayoutManager()
51 VolumePanelComponents.ANC, in bindComponentsLayoutManager()
52 VolumePanelComponents.SPATIAL_AUDIO, in bindComponentsLayoutManager()
53 VolumePanelComponents.CAPTIONING, in bindComponentsLayoutManager()
60 fun provideBottomBarKey(): VolumePanelComponentKey = VolumePanelComponents.BOTTOM_BAR in bindComponentsLayoutManager()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/composable/
DComponentsFactoryKosmos.kt23 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
35 VolumePanelComponents.MEDIA_OUTPUT to Provider { mediaOutputComponent }, in <lambda>()
36 VolumePanelComponents.VOLUME_SLIDERS to Provider { volumeSlidersComponent }, in <lambda>()
37 VolumePanelComponents.CAPTIONING to Provider { captioningComponent }, in <lambda>()
38 VolumePanelComponents.SPATIAL_AUDIO to Provider { spatialAudioComponent }, in <lambda>()
39 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarComponent }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/domain/interactor/
DComponentsInteractorKosmos.kt24 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
39 VolumePanelComponents.MEDIA_OUTPUT to Provider { mediaOutputAvailabilityCriteria }, in <lambda>()
40 VolumePanelComponents.VOLUME_SLIDERS to Provider { volumeSlidersAvailabilityCriteria }, in <lambda>()
41 VolumePanelComponents.CAPTIONING to Provider { captioningAvailabilityCriteria }, in <lambda>()
42 VolumePanelComponents.SPATIAL_AUDIO to Provider { spatialAudioAvailabilityCriteria }, in <lambda>()
43 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarAvailabilityCriteria }, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/mediaoutput/
DMediaOutputModule.kt20 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
35 @StringKey(VolumePanelComponents.MEDIA_OUTPUT)
40 @StringKey(VolumePanelComponents.MEDIA_OUTPUT)
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/bottombar/
DBottomBarModule.kt20 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
34 @StringKey(VolumePanelComponents.BOTTOM_BAR)
39 @StringKey(VolumePanelComponents.BOTTOM_BAR)
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/
DVolumeSlidersModule.kt19 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
34 @StringKey(VolumePanelComponents.VOLUME_SLIDERS)
39 @StringKey(VolumePanelComponents.VOLUME_SLIDERS)
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/spatialaudio/
DSpatialAudioModule.kt19 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
35 @StringKey(VolumePanelComponents.SPATIAL_AUDIO)
42 @StringKey(VolumePanelComponents.SPATIAL_AUDIO)
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/anc/
DAncModule.kt21 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
35 @StringKey(VolumePanelComponents.ANC)
42 @StringKey(VolumePanelComponents.ANC)
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/captioning/
DCaptioningModule.kt22 import com.android.systemui.volume.panel.component.shared.model.VolumePanelComponents
37 @StringKey(VolumePanelComponents.CAPTIONING)
46 @StringKey(VolumePanelComponents.CAPTIONING) in bindComponentAvailabilityCriteria()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/shared/model/
DVolumePanelComponents.kt21 object VolumePanelComponents { object