Home
last modified time | relevance | path

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

/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DPolygonViews.kt162 val style = if (stroked) Stroke(size.width / 10f) else Fill in PolygonView() constant
200 val style = Stroke(5f / scale) in PolygonFeatureView() constant
DMorphViews.kt97 val style = if (stroked) Stroke(size.width / 10f) else Fill in <lambda>() constant