Home
last modified time | relevance | path

Searched defs:thumbColor (Results 1 – 4 of 4) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwitch.kt202 @Composable fun thumbColor(enabled: Boolean, checked: Boolean): State<Color> in thumbColor() method
247 val thumbColor by colors.thumbColor(enabled, checked) in thumbColor() constant
368 override fun thumbColor(enabled: Boolean, checked: Boolean): State<Color> { in colors() method in androidx.compose.material.DefaultSwitchColors
DSlider.kt648 @Composable fun thumbColor(enabled: Boolean): State<Color> in colors() method
1174 private val thumbColor: Color, constant in androidx.compose.material.DefaultSliderColors
1187 override fun thumbColor(enabled: Boolean): State<Color> { in thumbColor() method in androidx.compose.material.DefaultSliderColors
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSwitch.kt529 internal fun thumbColor(enabled: Boolean, checked: Boolean): Color = in thumbColor() method in androidx.compose.material3.SwitchColors
DSlider.kt2313 val thumbColor: Color, constant in androidx.compose.material3.SliderColors
2355 internal fun thumbColor(enabled: Boolean): Color = in thumbColor() method in androidx.compose.material3.SliderColors