| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | Switch.kt | 202 @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
|
| D | Slider.kt | 589 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/ |
| D | Slider.kt | 1157 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 …]
|
| D | Switch.kt | 146 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/ |
| D | SliderSample.kt | 66 thumbColor = MaterialTheme.colors.secondary, in StepsSliderSample() 116 thumbColor = MaterialTheme.colors.secondary, in StepRangeSliderSample()
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | SliderScreenshotTest.kt | 134 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/ |
| D | SliderSamples.kt | 203 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/ |
| D | SliderScreenshotTest.kt | 285 thumbColor = Color.Red, in <lambda>() 648 thumbColor = Color.Blue, in <lambda>()
|
| /compose/material/material/api/ |
| D | restricted_1.0.0-beta02.txt | 434 …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,…
|
| D | restricted_1.0.0-beta06.txt | 397 …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,…
|
| D | restricted_1.0.0-beta05.txt | 397 …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,…
|
| D | restricted_1.0.0-beta07.txt | 397 …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,…
|
| D | restricted_1.0.0-beta03.txt | 434 …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,…
|
| D | restricted_1.0.0-beta08.txt | 405 …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,…
|
| D | restricted_1.0.0-beta04.txt | 397 …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,…
|
| D | restricted_1.0.0-beta10.txt | 406 …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,…
|
| D | restricted_1.0.0-beta09.txt | 403 …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,…
|
| D | restricted_1.1.0-beta03.txt | 434 …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,…
|
| D | restricted_1.3.0-beta02.txt | 437 …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,…
|
| D | restricted_1.2.0-beta01.txt | 437 …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,…
|
| D | restricted_1.2.0-beta02.txt | 437 …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,…
|
| D | restricted_1.1.0-beta04.txt | 434 …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,…
|
| D | restricted_1.3.0-beta01.txt | 437 …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,…
|
| D | restricted_1.2.0-beta03.txt | 437 …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,…
|
| D | restricted_1.3.0-beta03.txt | 437 …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,…
|