Searched defs:feature (Results 1 – 7 of 7) sorted by relevance
255 val feature = FeatureSerializer.parse(expected) in serializesEdgeWithSingleCubic() constant264 val feature = FeatureSerializer.parse(expected) in serializesEdgeWithSingleCubicAndFloats() constant273 val feature = FeatureSerializer.parse(expected) in serializesConvexCornerWithSingleCubic() constant282 val feature = FeatureSerializer.parse(expected) in serializesConcaveCornerWithSingleCubic() constant291 val feature = FeatureSerializer.parse(expected) in serializesEdgeWithMultipleCubics() constant300 val feature = FeatureSerializer.parse(expected) in serializesConvexCornerWithMultipleCubics() constant309 val feature = FeatureSerializer.parse(expected) in serializesConcaveCornerWithMultipleCubics() constant319 val feature = FeatureSerializer.parse(expected) in serializesConvexCornerWithALotOfCubics() constant
248 val feature = polygon.features[featureIndex] in <lambda>() constant
77 for (feature in features) { in serialize() method
25 internal data class ProgressableFeature(val progress: Float, val feature: Feature) in <lambda>() constant in androidx.graphics.shapes.ProgressableFeature
479 for (feature in features) { in RoundedPolygon() method
222 polygon.features.forEachIndexed { index, feature -> in PolygonFeatureView() method
494 split.features.mapIndexed { index, feature -> in <lambda>() method