Searched refs:createRefsFor (Results 1 – 12 of 12) sorted by relevance
| /constraintlayout/constraintlayout-compose/samples/src/main/java/androidx/constraintlayout/compose/samples/ |
| D | ConstraintLayoutSamples.kt | 47 val (a, b, c, d, e) = createRefsFor(0, 1, 2, 3, 4) in <lambda>() 79 val (a, b, c, d, e) = createRefsFor(0, 1, 2, 3, 4) in Column_sample()
|
| /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>()
|
| D | CollapsibleToolbarDemo.kt | 84 val (title, image, icon) = createRefsFor("title", "image", "icon") in ToolBarDslDemo()
|
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionSceneScope.kt | 252 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in createRefFor() method
|
| D | ConstraintLayout.kt | 1044 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in modifyParentData() method
|
| /constraintlayout/constraintlayout-compose/integration-tests/compose-benchmark/src/androidTest/java/androidx/constraintlayout/compose/benchmark/ |
| D | MotionSceneBenchmark.kt | 99 createRefsFor("box", "minIcon", "editClose", "title", "content") in motionScene_complex()
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | MotionLayoutTest.kt | 215 val (one, two) = createRefsFor("one", "two") in <lambda>()
|
| D | ConstraintLayoutTest.kt | 1773 val (box0, box1, box2) = createRefsFor("box0", "box1") in <lambda>() 1895 val (box0, box1) = createRefsFor("box0", "box1") in <lambda>()
|
| /constraintlayout/constraintlayout-compose/api/ |
| D | 1.1.0-beta01.txt | 297 …nstraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje… 706 …constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje…
|
| D | current.txt | 303 …nstraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje… 712 …constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje…
|
| D | restricted_1.1.0-beta01.txt | 322 …nstraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje… 793 …constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje…
|
| D | restricted_current.txt | 328 …nstraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje… 830 …constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences createRefsFor(java.lang.Obje…
|