Home
last modified time | relevance | path

Searched refs:a11yStateDescription (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/
DSliderState.kt38 val a11yStateDescription: String? constant
50 override val a11yStateDescription: String? = null constant
DAudioStreamSliderViewModel.kt171 a11yStateDescription = in <lambda>()
226 override val a11yStateDescription: String?, in <lambda>() constant in com.android.systemui.volume.panel.component.volume.slider.ui.viewmodel.AudioStreamSliderViewModel.State
DCastVolumeSliderViewModel.kt92 override val a11yStateDescription: String? constant in com.android.systemui.volume.panel.component.volume.slider.ui.viewmodel.CastVolumeSliderViewModel.State
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSlider.kt78 state.a11yStateDescription?.let { stateDescription = it } in <lambda>()