Searched refs:RippleBoxBackgroundColor (Results 1 – 4 of 4) sorted by relevance
239 Box(Modifier.padding(25.dp).background(RippleBoxBackgroundColor)) { in pressed_rippleLazilyDelegatedTo()247 .background(color = RippleBoxBackgroundColor, shape = shape) in pressed_rippleLazilyDelegatedTo()503 Modifier.fillMaxSize().background(RippleBoxBackgroundColor), in boundsIncreaseDuringRipple_pressed()543 Truth.assertThat(center).isNotEqualTo(RippleBoxBackgroundColor) in boundsIncreaseDuringRipple_pressed()546 Truth.assertThat(topLeft).isNotEqualTo(RippleBoxBackgroundColor) in boundsIncreaseDuringRipple_pressed()547 Truth.assertThat(topRight).isNotEqualTo(RippleBoxBackgroundColor) in boundsIncreaseDuringRipple_pressed()548 Truth.assertThat(bottomLeft).isNotEqualTo(RippleBoxBackgroundColor) in boundsIncreaseDuringRipple_pressed()549 Truth.assertThat(bottomRight).isNotEqualTo(RippleBoxBackgroundColor) in boundsIncreaseDuringRipple_pressed()581 Modifier.fillMaxSize().background(RippleBoxBackgroundColor), in boundsIncreaseDuringRipple_dragged()679 Truth.assertThat(centerPixel).isNotEqualTo(RippleBoxBackgroundColor) in assertRippleMatches()[all …]
474 Box(Modifier.padding(25.dp).background(RippleBoxBackgroundColor)) { in RippleBoxWithBackground()484 .background(color = RippleBoxBackgroundColor, shape = shape) in RippleBoxWithBackground()497 contentColor.copy(alpha = rippleOpacity).compositeOver(RippleBoxBackgroundColor)499 private val RippleBoxBackgroundColor = Color.Blue constant
477 Truth.assertThat(Color(centerPixel)).isEqualTo(RippleBoxBackgroundColor) in rippleConfiguration_disabled_dragged()554 Truth.assertThat(Color(centerPixel)).isEqualTo(RippleBoxBackgroundColor) in rippleConfigurationChangeDuringRipple_dragged()615 Truth.assertThat(Color(centerPixel)).isEqualTo(RippleBoxBackgroundColor) in rippleConfigurationToggleBetweenEnabledAndDisabled()699 Surface(Modifier.padding(25.dp), color = RippleBoxBackgroundColor) { in RippleBoxWithBackground()709 .background(color = RippleBoxBackgroundColor, shape = shape) in RippleBoxWithBackground()755 contentColor.copy(alpha = rippleOpacity).compositeOver(RippleBoxBackgroundColor)757 private val RippleBoxBackgroundColor = Color.Blue constant
1013 Truth.assertThat(Color(centerPixel)).isEqualTo(RippleBoxBackgroundColor) in rippleConfiguration_disabled_dragged()1090 Truth.assertThat(Color(centerPixel)).isEqualTo(RippleBoxBackgroundColor) in rippleConfigurationChangeDuringRipple_dragged()1151 Truth.assertThat(Color(centerPixel)).isEqualTo(RippleBoxBackgroundColor) in rippleConfigurationToggleBetweenEnabledAndDisabled()1235 Surface(Modifier.padding(25.dp), color = RippleBoxBackgroundColor) { in RippleBoxWithBackground()1245 .background(color = RippleBoxBackgroundColor, shape = shape) in RippleBoxWithBackground()1291 contentColor.copy(alpha = rippleOpacity).compositeOver(RippleBoxBackgroundColor)1293 private val RippleBoxBackgroundColor = Color.Blue constant