Searched defs:selectedShape (Results 1 – 2 of 2) sorted by relevance
480 open fun selectedShape() = derivedStateOf { shapes[shapeIx] } in <lambda>() method592 override fun selectedShape() = derivedStateOf { in <lambda>() method
108 val selectedShape = if (selectedIndex == 0) selectedStartShape else selectedEndShape in PolygonEditor() constant