Searched refs:ConstraintSetScope (Results 1 – 8 of 8) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | DslConstraintSet.kt | 24 constructor(val description: ConstraintSetScope.() -> Unit, extendFrom: ConstraintSet? = null) : 26 internal val scope: ConstraintSetScope = 27 ConstraintSetScope(extendFrom = (extendFrom as? DslConstraintSet)?.scope?.containerObject)
|
| D | MotionSceneScope.kt | 170 constraintSetContent: ConstraintSetScope.() -> Unit in constraintSet()
|
| D | ConstraintLayout.kt | 1013 class ConstraintSetScope internal constructor(extendFrom: CLObject?) : in modifyParentData() class 1553 fun ConstraintSet(description: ConstraintSetScope.() -> Unit): ConstraintSet = in ConstraintSet() 1563 description: ConstraintSetScope.() -> Unit in ConstraintSet()
|
| /constraintlayout/constraintlayout-compose/integration-tests/demos/src/main/java/androidx/constraintlayout/compose/demos/ |
| D | ChainsDemo.kt | 40 import androidx.constraintlayout.compose.ConstraintSetScope in <lambda>()
|
| /constraintlayout/constraintlayout-compose/api/ |
| D | 1.1.0-beta01.txt | 231 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 234 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 295 …@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintSetScope extend… 297 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre… 300 public final class ConstraintSetScope.ConstrainedLayoutReferences { 704 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>…
|
| D | current.txt | 231 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 234 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 301 …@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintSetScope extend… 303 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre… 306 public final class ConstraintSetScope.ConstrainedLayoutReferences { 710 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>…
|
| D | restricted_1.1.0-beta01.txt | 240 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 243 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 320 …@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintSetScope extend… 322 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre… 325 public final class ConstraintSetScope.ConstrainedLayoutReferences { 791 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>…
|
| D | restricted_current.txt | 240 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 243 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>… 326 …@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintSetScope extend… 328 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre… 331 public final class ConstraintSetScope.ConstrainedLayoutReferences { 828 ….jvm.functions.Function1<? super androidx.constraintlayout.compose.ConstraintSetScope,kotlin.Unit>…
|