| /constraintlayout/constraintlayout-compose/src/androidUnitTest/kotlin/androidx/constraintlayout/compose/ |
| D | ConstraintSetStabilityTest.kt | 28 val box0 = createRefFor("box0") in testConstraintSetDslEquality() 29 val box1 = createRefFor("box1") in testConstraintSetDslEquality() 30 val box2 = createRefFor("box2") in testConstraintSetDslEquality() 60 val box0 = createRefFor("box0") in testConstraintSetDslEquality() 61 val box1 = createRefFor("box1") in testConstraintSetDslEquality() 62 val box2 = createRefFor("box2") in testConstraintSetDslEquality() 93 val box0 = createRefFor("box0") in testConstraintSetDslEquality() 94 val box1 = createRefFor("box1") in testConstraintSetDslEquality() 95 val box2 = createRefFor("box2") in testConstraintSetDslEquality() 125 val box0 = createRefFor("box0") in testInheritedConstraintSetEquality() [all …]
|
| D | MotionSceneStabilityTest.kt | 28 val box0 = createRefFor("box0") in testMotionSceneDslEquality() 29 val box1 = createRefFor("box1") in testMotionSceneDslEquality() 30 val box2 = createRefFor("box2") in testMotionSceneDslEquality() 96 val box0 = createRefFor("box0") in testMotionSceneDslEquality() 97 val box1 = createRefFor("box1") in testMotionSceneDslEquality() 98 val box2 = createRefFor("box2") in testMotionSceneDslEquality() 123 val box0 = createRefFor("box0") in testMotionSceneDslEquality() 124 val box1 = createRefFor("box1") in testMotionSceneDslEquality() 125 val box2 = createRefFor("box2") in testMotionSceneDslEquality() 149 val box1 = createRefFor("box1") in testMotionSceneDslEquality()
|
| D | TransitionStabilityTest.kt | 29 val a = createRefFor("a") in testTransitionDslEquality() 41 val a = createRefFor("a") in testTransitionDslEquality() 54 val a = createRefFor("a") in testTransitionDslEquality()
|
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionSceneScope.kt | 236 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in createRefFor() method 260 createRefFor(ids.getOrElse(1) { nextId() }) in createRefFor() 263 createRefFor(ids.getOrElse(2) { nextId() }) in createRefFor() 266 createRefFor(ids.getOrElse(3) { nextId() }) in createRefFor() 269 createRefFor(ids.getOrElse(4) { nextId() }) in createRefFor() 272 createRefFor(ids.getOrElse(5) { nextId() }) in createRefFor() 275 createRefFor(ids.getOrElse(6) { nextId() }) in createRefFor() 278 createRefFor(ids.getOrElse(7) { nextId() }) in createRefFor() 281 createRefFor(ids.getOrElse(8) { nextId() }) in createRefFor() 284 createRefFor(ids.getOrElse(9) { nextId() }) in createRefFor() [all …]
|
| D | ConstraintLayout.kt | 1029 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in modifyParentData() method 1052 createRefFor(ids.getOrElse(1) { nextId() }) in modifyParentData() 1055 createRefFor(ids.getOrElse(2) { nextId() }) in modifyParentData() 1058 createRefFor(ids.getOrElse(3) { nextId() }) in modifyParentData() 1061 createRefFor(ids.getOrElse(4) { nextId() }) in modifyParentData() 1064 createRefFor(ids.getOrElse(5) { nextId() }) in modifyParentData() 1067 createRefFor(ids.getOrElse(6) { nextId() }) in modifyParentData() 1070 createRefFor(ids.getOrElse(7) { nextId() }) in modifyParentData() 1073 createRefFor(ids.getOrElse(8) { nextId() }) in modifyParentData() 1076 createRefFor(ids.getOrElse(9) { nextId() }) in modifyParentData() [all …]
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | ChainsTest.kt | 48 val box0 = createRefFor("box0") in testHorizontalPacked_withConstraintSet() 49 val box1 = createRefFor("box1") in testHorizontalPacked_withConstraintSet() 50 val box2 = createRefFor("box2") in testHorizontalPacked_withConstraintSet() 180 val box0 = createRefFor("box0") in testHorizontalPacked_withMargins() 181 val boxGone = createRefFor("boxGone") in testHorizontalPacked_withMargins() 182 val box1 = createRefFor("box1") in testHorizontalPacked_withMargins() 183 val box2 = createRefFor("box2") in testHorizontalPacked_withMargins() 262 val box0 = createRefFor("box0") in testVerticalPacked_withMargins() 263 val boxGone = createRefFor("boxGone") in testVerticalPacked_withMargins() 264 val box1 = createRefFor("box1") in testVerticalPacked_withMargins() [all …]
|
| D | DesignInfoProviderTest.kt | 139 val box1 = createRefFor("box1") in <lambda>() 140 val box2 = createRefFor("box2") in <lambda>() 143 val box3 = createRefFor("box3") in <lambda>()
|
| D | RowColumnDslTest.kt | 300 createRefFor("placeholder") in <lambda>() 302 createRefFor("box${index - skipCount}") in <lambda>() 339 createRefFor("placeholder") in <lambda>() 341 createRefFor("box${index - skipCount}") in <lambda>()
|
| D | ConstraintLayoutTest.kt | 507 val box0 = createRefFor("box0") in <lambda>() 508 val box1 = createRefFor("box1") in <lambda>() 509 val box2 = createRefFor("box2") in <lambda>() 1146 val box = createRefFor("box") in <lambda>() 1340 val box1 = createRefFor("box1") in <lambda>() 1341 val box2 = createRefFor("box2") in <lambda>() 1345 val box1 = createRefFor("box1") in <lambda>() 1346 val box2 = createRefFor("box2") in <lambda>() 1484 val box1 = createRefFor("box1") in <lambda>() 1485 val box2 = createRefFor("box2") in <lambda>() [all …]
|
| D | MotionLayoutTest.kt | 132 val element = createRefFor("element") in <lambda>() 293 val circleRef = createRefFor("circle") in <lambda>() 398 val box = createRefFor(boxId) in <lambda>() 492 val refs = ids.map { createRefFor(it) }.toTypedArray() in <lambda>() 588 val textRef = createRefFor("text") in <lambda>() 714 val textRef = createRefFor(textId) in <lambda>() 912 val boxRef = createRefFor(boxId) in createCornerToCornerMotionScene()
|
| D | GridDslTest.kt | 635 elem.add(createRefFor(ids[i])) in <lambda>() 670 val a = createRefFor("box0") in <lambda>() 671 val b = createRefFor("box1") in <lambda>() 672 val c = createRefFor("box2") in <lambda>() 673 val d = createRefFor("box3") in <lambda>()
|
| D | FlowTest.kt | 246 val itemRefs = List(itemCount) { createRefFor("item$it") }.toTypedArray() in <lambda>() 331 val itemRefs = List(itemCount) { createRefFor("item$it") }.toTypedArray() in <lambda>()
|
| D | OnSwipeTest.kt | 147 val box = createRefFor("box") in OnSwipeTestDsl()
|
| /constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/toolbar/ |
| D | CollapsibleToolbar.kt | 96 val title = createRefFor("title") in <lambda>() 97 val toolbar = createRefFor("toolbar") in <lambda>() 98 val container = createRefFor("container") in <lambda>() 125 val title = createRefFor("title") in <lambda>() 126 val toolbar = createRefFor("toolbar") in <lambda>() 127 val container = createRefFor("container") in <lambda>()
|
| /constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/common/components/ |
| D | CardSample.kt | 66 val image = createRefFor("image") in <lambda>() 67 val title = createRefFor("title") in <lambda>() 68 val description = createRefFor("description") in <lambda>() 69 val time = createRefFor("timestamp") in <lambda>()
|
| /constraintlayout/constraintlayout-compose/integration-tests/demos/src/main/java/androidx/constraintlayout/compose/demos/ |
| D | LazyListItemsDemo.kt | 68 val title = createRefFor("title") in MotionInLazyColumnDslDemo() 69 val image = createRefFor("image") in MotionInLazyColumnDslDemo() 70 val icon = createRefFor("icon") in MotionInLazyColumnDslDemo() 193 val cols = names.map { createRefFor(it) }.toTypedArray() in DynamicGraph()
|
| D | CustomKeyAttributesDemo.kt | 57 val box = createRefFor(boxId) in CustomColorInKeyAttributesDemo() 58 val text = createRefFor(textId) in CustomColorInKeyAttributesDemo()
|
| D | ReactionSelectorDemo.kt | 64 val emojiIds = emojis.map { createRefFor(it) }.toTypedArray() in <lambda>() 65 val titleIds = emojiNames.map { createRefFor(it) }.toTypedArray() in <lambda>()
|
| D | CollapsibleToolbarDemo.kt | 191 val title = createRefFor("title") in ToolBarLazyDslDemo() 192 val image = createRefFor("image") in ToolBarLazyDslDemo() 193 val icon = createRefFor("icon") in ToolBarLazyDslDemo()
|
| D | OnSwipeDemos.kt | 225 val title = createRefFor("title") in SimpleSwipeDsl() 226 val box = createRefFor("box") in SimpleSwipeDsl()
|
| D | StaggeredDemo.kt | 75 val refs = boxesId.map { createRefFor(it) }.toTypedArray() in <lambda>()
|
| D | PuzzleDemo.kt | 77 val ordered = refId.map { createRefFor(it) }.toTypedArray() in <lambda>()
|
| /constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/newmessage/ |
| D | NewMessage.kt | 145 val box = createRefFor("box") in messageMotionSceneDsl() 146 val minIcon = createRefFor("minIcon") in messageMotionSceneDsl() 147 val editClose = createRefFor("editClose") in messageMotionSceneDsl() 148 val title = createRefFor("title") in messageMotionSceneDsl() 149 val content = createRefFor("content") in messageMotionSceneDsl()
|
| /constraintlayout/constraintlayout-compose/samples/src/main/java/androidx/constraintlayout/compose/samples/ |
| D | ConstraintLayoutSamples.kt | 137 val idRefs = Array(ids.size) { createRefFor(ids[it]) } in Grid_calculator_sample() 200 val keyRefs = Array(keys.size) { createRefFor(keys[it]) } in Grid_navigationPad_sample()
|
| /constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/graphs/ |
| D | DynamicGraphs.kt | 87 val cols = Array(count) { i -> createRefFor("foo$i") } in DynamicGraph()
|