Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 3 of 3) sorted by relevance

/graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/
DPolygonValidationTest.kt80 val copy = RoundedPolygon(polygon) in staysUnchanged() constant
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DPoint.kt32 internal fun Point.copy(x: Float = first, y: Float = second) = Point(x, y) in copy() method
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DShapeParameters.kt402 open fun copy() = in <lambda>() method
596 override fun copy(): CustomShapeParameters = in copy() method