Home
last modified time | relevance | path

Searched defs:shapeColor (Results 1 – 3 of 3) sorted by relevance

/compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/
DDynamicThemeActivity.kt130 val shapeColor = lerp(Color(0xFF303030), Color.White, index / 19f) in Card() constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DButtonTest.kt680 val shapeColor = Color.Blue in button_withAnimatedShape_defaultShape() constant
716 val shapeColor = Color.Blue in button_withAnimatedShape_pressedShape() constant
DIconButtonTest.kt765 val shapeColor = Color.Blue in filledIconButton_medium_pressedShape() constant