Home
last modified time | relevance | path

Searched refs:getLabelColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt173 val textColor = colors.getLabelColor(itemIndex == scope.selectedIndex) in VolumePanelRadioButtonBar()
291 private fun VolumePanelRadioButtonBarColors.getLabelColor(selected: Boolean): Color = in getIconColor() method
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt230 colors.getLabelColor( in Track()
478 private fun PlatformSliderColors.getLabelColor( in defaultPlatformSliderColors() method