Searched refs:ConstrainedLayoutReference (Results 1 – 12 of 12) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionSceneScope.kt | 236 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in createRefFor() 256 operator fun component1(): ConstrainedLayoutReference = in createRefFor() 257 ConstrainedLayoutReference(ids.getOrElse(0) { nextId() }) in createRefFor() 259 operator fun component2(): ConstrainedLayoutReference = in createRefFor() 262 operator fun component3(): ConstrainedLayoutReference = in createRefFor() 265 operator fun component4(): ConstrainedLayoutReference = in createRefFor() 268 operator fun component5(): ConstrainedLayoutReference = in createRefFor() 271 operator fun component6(): ConstrainedLayoutReference = in createRefFor() 274 operator fun component7(): ConstrainedLayoutReference = in createRefFor() 277 operator fun component8(): ConstrainedLayoutReference = in createRefFor() [all …]
|
| D | ConstraintLayout.kt | 904 fun createRef(): ConstrainedLayoutReference = in createRef() 906 ?: ConstrainedLayoutReference(childId).also { childrenRefs.add(it) } in createRef() 928 private val childrenRefs = ArrayList<ConstrainedLayoutReference>() 937 operator fun component1(): ConstrainedLayoutReference = createRef() in component1() 939 operator fun component2(): ConstrainedLayoutReference = createRef() in component1() 941 operator fun component3(): ConstrainedLayoutReference = createRef() in component1() 943 operator fun component4(): ConstrainedLayoutReference = createRef() in component1() 945 operator fun component5(): ConstrainedLayoutReference = createRef() in component1() 947 operator fun component6(): ConstrainedLayoutReference = createRef() in component1() 949 operator fun component7(): ConstrainedLayoutReference = createRef() in component1() [all …]
|
| D | TransitionScope.kt | 187 vararg targets: ConstrainedLayoutReference, in keyAttributes() 202 vararg targets: ConstrainedLayoutReference, in keyPositions() 217 vararg targets: ConstrainedLayoutReference, in keyCycles() 230 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in createRefFor() 274 sealed class BaseKeyFramesScope(vararg targets: ConstrainedLayoutReference) { 328 class KeyAttributesScope internal constructor(vararg targets: ConstrainedLayoutReference) : 353 class KeyPositionsScope internal constructor(vararg targets: ConstrainedLayoutReference) : 384 class KeyCyclesScope internal constructor(vararg targets: ConstrainedLayoutReference) : 639 val anchor: ConstrainedLayoutReference, 644 val dragAround: ConstrainedLayoutReference? = null, [all …]
|
| D | ConstraintLayoutBaseScope.kt | 133 ref: ConstrainedLayoutReference, in <lambda>() 139 vararg refs: ConstrainedLayoutReference, in <lambda>() 492 ): ConstrainedLayoutReference { in <lambda>() 550 ): ConstrainedLayoutReference { in <lambda>() 612 ): ConstrainedLayoutReference { in <lambda>() 613 val ref = ConstrainedLayoutReference(createHelperId()) in <lambda>() 666 ): ConstrainedLayoutReference { in <lambda>() 699 ): ConstrainedLayoutReference { in <lambda>() 777 ): ConstrainedLayoutReference { in <lambda>() 789 val ref = ConstrainedLayoutReference(createHelperId()) in <lambda>() [all …]
|
| D | ConstrainScope.kt | 47 val parent = ConstrainedLayoutReference("parent") 273 fun centerTo(other: ConstrainedLayoutReference) { in centerTo() 282 other: ConstrainedLayoutReference, in centerHorizontallyTo() 293 other: ConstrainedLayoutReference, in centerVerticallyTo() 319 fun circular(other: ConstrainedLayoutReference, angle: Float, distance: Dp) { in circular()
|
| D | ChainConstrainScope.kt | 30 val parent = ConstrainedLayoutReference("parent") 52 val parent = ConstrainedLayoutReference("parent")
|
| /constraintlayout/constraintlayout-compose/api/ |
| D | 1.1.0-beta01.txt | 59 …ic void centerHorizontallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 60 method public void centerTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other); 61 …blic void centerVerticallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 62 …method public void circular(androidx.constraintlayout.compose.ConstrainedLayoutReference other, fl… 75 method public androidx.constraintlayout.compose.ConstrainedLayoutReference getParent(); 124 property public final androidx.constraintlayout.compose.ConstrainedLayoutReference parent; 143 …@androidx.compose.runtime.Stable public final class ConstrainedLayoutReference extends androidx.co… 144 ctor public ConstrainedLayoutReference(Object id); 166 …ose.ConstrainScope constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference ref, kot… 167 …method public final void constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference[] … [all …]
|
| D | current.txt | 59 …ic void centerHorizontallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 60 method public void centerTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other); 61 …blic void centerVerticallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 62 …method public void circular(androidx.constraintlayout.compose.ConstrainedLayoutReference other, fl… 75 method public androidx.constraintlayout.compose.ConstrainedLayoutReference getParent(); 124 property public androidx.constraintlayout.compose.ConstrainedLayoutReference parent; 143 …@androidx.compose.runtime.Stable public final class ConstrainedLayoutReference extends androidx.co… 144 ctor public ConstrainedLayoutReference(Object id); 166 …ose.ConstrainScope constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference ref, kot… 167 …method public final void constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference[] … [all …]
|
| D | restricted_1.1.0-beta01.txt | 64 …ic void centerHorizontallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 65 method public void centerTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other); 66 …blic void centerVerticallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 67 …method public void circular(androidx.constraintlayout.compose.ConstrainedLayoutReference other, fl… 80 method public androidx.constraintlayout.compose.ConstrainedLayoutReference getParent(); 129 property public final androidx.constraintlayout.compose.ConstrainedLayoutReference parent; 148 …@androidx.compose.runtime.Stable public final class ConstrainedLayoutReference extends androidx.co… 149 ctor public ConstrainedLayoutReference(Object id); 171 …ose.ConstrainScope constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference ref, kot… 172 …method public final void constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference[] … [all …]
|
| D | restricted_current.txt | 64 …ic void centerHorizontallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 65 method public void centerTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other); 66 …blic void centerVerticallyTo(androidx.constraintlayout.compose.ConstrainedLayoutReference other, o… 67 …method public void circular(androidx.constraintlayout.compose.ConstrainedLayoutReference other, fl… 80 method public androidx.constraintlayout.compose.ConstrainedLayoutReference getParent(); 129 property public androidx.constraintlayout.compose.ConstrainedLayoutReference parent; 148 …@androidx.compose.runtime.Stable public final class ConstrainedLayoutReference extends androidx.co… 149 ctor public ConstrainedLayoutReference(Object id); 171 …ose.ConstrainScope constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference ref, kot… 172 …method public final void constrain(androidx.constraintlayout.compose.ConstrainedLayoutReference[] … [all …]
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | MotionLayoutTest.kt | 910 transitionContent: TransitionScope.(boxRef: ConstrainedLayoutReference) -> Unit in createCornerToCornerMotionScene()
|
| D | ConstraintLayoutTest.kt | 2594 private fun listAnchors(box: ConstrainedLayoutReference): List<ConstrainScope.() -> Unit> = in <lambda>()
|