Searched defs:box1 (Results 1 – 6 of 6) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidUnitTest/kotlin/androidx/constraintlayout/compose/ |
| D | ConstraintSetStabilityTest.kt | 29 val box1 = createRefFor("box1") in testConstraintSetDslEquality() constant 61 val box1 = createRefFor("box1") in testConstraintSetDslEquality() constant 94 val box1 = createRefFor("box1") in testConstraintSetDslEquality() constant 126 val box1 = createRefFor("box1") in testInheritedConstraintSetEquality() constant 154 val box1 = in testInheritedConstraintSetEquality() constant 180 val box1 = createRefFor("box1") in testInheritedConstraintSetEquality() constant
|
| D | MotionSceneStabilityTest.kt | 29 val box1 = createRefFor("box1") in testMotionSceneDslEquality() constant 97 val box1 = createRefFor("box1") in testMotionSceneDslEquality() constant 124 val box1 = createRefFor("box1") in testMotionSceneDslEquality() constant 149 val box1 = createRefFor("box1") in testMotionSceneDslEquality() constant
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | ChainsTest.kt | 49 val box1 = createRefFor("box1") in testHorizontalPacked_withConstraintSet() constant 113 val (box0, box1, box2) = createRefs() in testHorizontalPacked_withModifier() constant 182 val box1 = createRefFor("box1") in testHorizontalPacked_withMargins() constant 264 val box1 = createRefFor("box1") in testVerticalPacked_withMargins() constant 348 val box1 = createRefFor("box1") in testHorizontalWeight_withConstraintSet() constant 385 val box1 = createRefFor("box1") in testVerticalWeight_withConstraintSet() constant
|
| D | DesignInfoProviderTest.kt | 139 val box1 = createRefFor("box1") in <lambda>() constant 179 val (box1, box2, box3) = createRefs() in <lambda>() constant
|
| D | ConstraintLayoutTest.kt | 450 val (box0, box1, box2) = createRefs() in <lambda>() constant 508 val box1 = createRefFor("box1") in <lambda>() constant 565 val (box0, box1, box2) = createRefs() in <lambda>() constant 752 val (box1, box2) = createRefs() in <lambda>() constant 825 val (box1, box2) = createRefs() in <lambda>() constant 1089 val (box1, box2) = createRefs() in <lambda>() constant 1194 val (box1, _) = createRefs() in <lambda>() constant 1230 val (box1) = createRefs() in <lambda>() constant 1272 val (box1, box2) = createRefs() in <lambda>() constant 1306 val (box1, box2) = createRefs() in <lambda>() constant [all …]
|
| /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
|