Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 5 of 5) sorted by relevance

/graphics/integration-tests/testapp/src/main/java/androidx/graphics/shapes/test/
DShapeView.kt32 val shape = shape.normalized() constant
DShapeActivity.kt192 val shape = shapes[shapeIndex] in addShapeViews() constant
DCustomShapeActivity.kt77 var shape = RoundedPolygon(3, rounding = cornerRound20) in setupShapes() variable
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DPolygonViews.kt70 shapes.forEachIndexed { newShapeIndex, shape -> in <lambda>() method
111 val shape = sizedShapes.getOrPut(scale) { polygon.cubics.scaled(scale) } in PolygonView() constant
/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DShapesTest.kt117 var shape = star.cubics in starTest() variable