Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 7 of 7) sorted by relevance

/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DFeatureSerializerTest.kt255 val feature = FeatureSerializer.parse(expected) in serializesEdgeWithSingleCubic() constant
264 val feature = FeatureSerializer.parse(expected) in serializesEdgeWithSingleCubicAndFloats() constant
273 val feature = FeatureSerializer.parse(expected) in serializesConvexCornerWithSingleCubic() constant
282 val feature = FeatureSerializer.parse(expected) in serializesConcaveCornerWithSingleCubic() constant
291 val feature = FeatureSerializer.parse(expected) in serializesEdgeWithMultipleCubics() constant
300 val feature = FeatureSerializer.parse(expected) in serializesConvexCornerWithMultipleCubics() constant
309 val feature = FeatureSerializer.parse(expected) in serializesConcaveCornerWithMultipleCubics() constant
319 val feature = FeatureSerializer.parse(expected) in serializesConvexCornerWithALotOfCubics() constant
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DPolygonMeasure.kt248 val feature = polygon.features[featureIndex] in <lambda>() constant
DFeatureSerializer.kt77 for (feature in features) { in serialize() method
DFeatureMapping.kt25 internal data class ProgressableFeature(val progress: Float, val feature: Feature) in <lambda>() constant in androidx.graphics.shapes.ProgressableFeature
DRoundedPolygon.kt479 for (feature in features) { in RoundedPolygon() method
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DPolygonViews.kt222 polygon.features.forEachIndexed { index, feature -> in PolygonFeatureView() method
DShapeParameters.kt494 split.features.mapIndexed { index, feature -> in <lambda>() method