Home
last modified time | relevance | path

Searched refs:thumbColor (Results 1 – 25 of 96) sorted by relevance

1234

/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
252 if (thumbColor == MaterialTheme.colors.surface && elevationOverlay != null) { in thumbColor()
253 elevationOverlay.apply(thumbColor, absoluteElevation) in thumbColor()
255 thumbColor in thumbColor()
368 override fun thumbColor(enabled: Boolean, checked: Boolean): State<Color> { in colors() method in androidx.compose.material.DefaultSwitchColors
DSlider.kt589 thumbColor: Color = MaterialTheme.colors.primary, in colors()
607 thumbColor = thumbColor, in colors()
648 @Composable fun thumbColor(enabled: Boolean): State<Color> in colors() method
819 .background(colors.thumbColor(enabled).value, CircleShape) in SliderThumb()
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
1188 return rememberUpdatedState(if (enabled) thumbColor else disabledThumbColor) in thumbColor()
1219 if (thumbColor != other.thumbColor) return false in equals()
1234 var result = thumbColor.hashCode() in hashCode()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt1157 thumbColor: Color = Color.Unspecified, in colors()
1169 thumbColor = thumbColor, in colors()
1185 thumbColor = fromToken(SliderTokens.HandleColor), in colors()
1256 .background(colors.thumbColor(enabled), SliderTokens.HandleShape.value) in Thumb()
1314 .background(colors.thumbColor(enabled), SliderTokens.HandleShape.value) in Thumb()
2313 val thumbColor: Color, constant in androidx.compose.material3.SliderColors
2330 thumbColor: Color = this.thumbColor, in copy()
2342 thumbColor.takeOrElse { this.thumbColor }, in copy()
2355 internal fun thumbColor(enabled: Boolean): Color = in thumbColor() method in androidx.compose.material3.SliderColors
2356 if (enabled) thumbColor else disabledThumbColor in thumbColor()
[all …]
DSwitch.kt146 val resolvedThumbColor = colors.thumbColor(enabled, checked) in SwitchImpl()
529 internal fun thumbColor(enabled: Boolean, checked: Boolean): Color = in thumbColor() method in androidx.compose.material3.SwitchColors
/compose/material/material/samples/src/main/java/androidx/compose/material/samples/
DSliderSample.kt66 thumbColor = MaterialTheme.colors.secondary, in StepsSliderSample()
116 thumbColor = MaterialTheme.colors.secondary, in StepRangeSliderSample()
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DSliderScreenshotTest.kt134 thumbColor = Color.Red, in sliderTest_customColors()
239 thumbColor = Color.Blue, in rangeSliderTest_steps_customColors()
/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/
DSliderSamples.kt203 val colors = SliderDefaults.colors(thumbColor = Color.Red, activeTrackColor = Color.Red) in SliderWithCustomTrackAndThumbSample()
498 SliderDefaults.colors(thumbColor = Color.Blue, activeTrackColor = Color.Red) in RangeSliderWithCustomComponents()
499 val endThumbColors = SliderDefaults.colors(thumbColor = Color.Green) in RangeSliderWithCustomComponents()
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DSliderScreenshotTest.kt285 thumbColor = Color.Red, in <lambda>()
648 thumbColor = Color.Blue, in <lambda>()
/compose/material/material/api/
Drestricted_1.0.0-beta02.txt434 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
440 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
521 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta06.txt397 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
403 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
484 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta05.txt397 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
403 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
484 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta07.txt397 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
403 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
484 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta03.txt434 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
440 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
521 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta08.txt405 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
411 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
492 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta04.txt397 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
403 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
484 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta10.txt406 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
412 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
496 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.0.0-beta09.txt403 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
409 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
493 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.1.0-beta03.txt434 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
440 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
524 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.3.0-beta02.txt437 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
443 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
530 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.2.0-beta01.txt437 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
443 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
527 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.2.0-beta02.txt437 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
443 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
527 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.1.0-beta04.txt434 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
440 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
524 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.3.0-beta01.txt437 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
443 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
527 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.2.0-beta03.txt437 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
443 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
527 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…
Drestricted_1.3.0-beta03.txt437 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled);
443 …ble public androidx.compose.material.SliderColors colors(optional long thumbColor, optional long d…
530 …lic androidx.compose.runtime.State<androidx.compose.ui.graphics.Color> thumbColor(boolean enabled,…

1234