Home
last modified time | relevance | path

Searched defs:selectedShape (Results 1 – 2 of 2) sorted by relevance

/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DShapeParameters.kt480 open fun selectedShape() = derivedStateOf { shapes[shapeIx] } in <lambda>() method
592 override fun selectedShape() = derivedStateOf { in <lambda>() method
DShapeEditor.kt108 val selectedShape = if (selectedIndex == 0) selectedStartShape else selectedEndShape in PolygonEditor() constant