Home
last modified time | relevance | path

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

/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DFeatureSerializerTest.kt28 val serialized = "" in throwsForEmptyParse() constant
35 val serialized = " " in throwsForBlankParse() constant
42 val serialized = "V1 " in throwsForOnlyVersionNoTags() constant
62 val serialized = "V1o1 1 2 2 3 3 4 4" in throwsForWrongSeparator() constant
69 val serialized = "V1o1,1,two,2,3,three,4,4" in throwsForNonNumbers() constant
76 val serialized = "V11,1,2,2,3,4,4,4o" in throwsWhenTagNotFirst() constant
83 val serialized = "V1o,1,1,2,2,3,4,4,4" in throwsWhenCoordinatesAndTagSeparated() constant
90 val serialized = "V1 h1,1,2,2,3,3,4,4" in treatsUnknownFeatureTagAsEdge() constant
127 val serialized = "V1 n 1 , 1 ,2 , 2 , 3 , 3 , 4 , 4 " in ignoresExcessSpaces() constant
135 val serialized = "V1 n1,1,2,2,3,3,4,4" in parsesEdgeWithSingleCubic() constant
[all …]
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DShapeParameters.kt432 fun serialized(): String = in <lambda>() method