Home
last modified time | relevance | path

Searched defs:features (Results 1 – 4 of 4) sorted by relevance

/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DPolygonMeasure.kt27 val features: List<ProgressableFeature> in <lambda>() constant in androidx.graphics.shapes.MeasuredPolygon
277 val features = buildList { in <lambda>() constant
DRoundedPolygon.kt32 class RoundedPolygon internal constructor(val features: List<Feature>, internal val center: Point) { in <lambda>() constant in androidx.graphics.shapes.RoundedPolygon
/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DFeatureSerializerTest.kt328 val features = FeatureSerializer.parse(expected) in serializesMultipleFeaturesWithMultipleCubics() constant
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DShapeEditor.kt143 val features: List<Feature> = parseFunction() in PolygonEditor() constant