Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DMotionLayoutTest.kt277 val expectedBox1Y = ((box2Size / 2f) - (box1Size / 2f)).roundToInt() in <lambda>() constant
DConstraintLayoutTest.kt1872 val expectedBox1Y = (rootSize * 0.5f) - (boxSize * 0.5f) in <lambda>() constant
2094 val expectedBox1Y = box1Margin - (boxSize * 0.5f).roundToInt() in <lambda>() constant
2160 val expectedBox1Y = ((box2Size / 2f) - (box1Size / 2f)).roundToInt() in <lambda>() constant