Home
last modified time | relevance | path

Searched refs:expectedEndPosition (Results 1 – 1 of 1) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutTest.kt2331 val expectedEndPosition = IntOffset(rootSizePx - boxSizePx, rootSizePx - boxSizePx) in <lambda>() constant
2368 box0Position.x < expectedEndPosition.x && box0Position.y < expectedEndPosition.y in <lambda>()
2373 assertEquals(expectedEndPosition, box0Position) in <lambda>()