Searched defs:box0 (Results 1 – 5 of 5) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidUnitTest/kotlin/androidx/constraintlayout/compose/ |
| D | ConstraintSetStabilityTest.kt | 28 val box0 = createRefFor("box0") in testConstraintSetDslEquality() constant 60 val box0 = createRefFor("box0") in testConstraintSetDslEquality() constant 93 val box0 = createRefFor("box0") in testConstraintSetDslEquality() constant 125 val box0 = createRefFor("box0") in testInheritedConstraintSetEquality() constant 152 val box0 = createRefFor("box0") in testInheritedConstraintSetEquality() constant 179 val box0 = createRefFor("box0") in testInheritedConstraintSetEquality() constant
|
| D | MotionSceneStabilityTest.kt | 28 val box0 = createRefFor("box0") in testMotionSceneDslEquality() constant 96 val box0 = createRefFor("box0") in testMotionSceneDslEquality() constant 123 val box0 = createRefFor("box0") in testMotionSceneDslEquality() constant
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | ChainsTest.kt | 48 val box0 = createRefFor("box0") in testHorizontalPacked_withConstraintSet() constant 113 val (box0, box1, box2) = createRefs() in testHorizontalPacked_withModifier() constant 180 val box0 = createRefFor("box0") in testHorizontalPacked_withMargins() constant 262 val box0 = createRefFor("box0") in testVerticalPacked_withMargins() constant 347 val box0 = createRefFor("box0") in testHorizontalWeight_withConstraintSet() constant 384 val box0 = createRefFor("box0") in testVerticalWeight_withConstraintSet() constant
|
| D | ConstraintLayoutTest.kt | 450 val (box0, box1, box2) = createRefs() in <lambda>() constant 507 val box0 = createRefFor("box0") in <lambda>() constant 565 val (box0, box1, box2) = createRefs() in <lambda>() constant 1773 val (box0, box1, box2) = createRefsFor("box0", "box1") in <lambda>() constant 1895 val (box0, box1) = createRefsFor("box0", "box1") in <lambda>() constant 1980 val (box0, box1) = createRefs() in <lambda>() constant 2277 val (box0, box1) = createRefs() in <lambda>() constant
|
| /constraintlayout/constraintlayout-compose/integration-tests/demos/src/main/java/androidx/constraintlayout/compose/demos/ |
| D | ChainsDemo.kt | 60 val (box0, box1, box2) = createRefsFor("box0", "box1", "box2") in <lambda>() constant 116 val (box0, box1, box2) = createRefs() in ChainsAnimatedOrientationDemo1() constant
|