Home
last modified time | relevance | path

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

/compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/
DComposePoints.kt22 fun Point(point: Point) { in Point() method
26 fun MockViewValidator.Point(point: Point) { in Point() method
DPoint.kt3 data class Point(val x: Int, val y: Int) { class
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DPlatformMagnifierTest.kt217 fun Point.toIntOffset() = IntOffset(x, y) method
/compose/ui/ui-inspection/src/main/proto/
Dcompose_layout_inspection.proto31 message Point { message