Home
last modified time | relevance | path

Searched refs:ConstrainedLayoutReference (Results 1 – 12 of 12) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt236 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 …]
DConstraintLayout.kt904 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 …]
DTransitionScope.kt187 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 …]
DConstraintLayoutBaseScope.kt133 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 …]
DConstrainScope.kt47 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()
DChainConstrainScope.kt30 val parent = ConstrainedLayoutReference("parent")
52 val parent = ConstrainedLayoutReference("parent")
/constraintlayout/constraintlayout-compose/api/
D1.1.0-beta01.txt59 …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 …]
Dcurrent.txt59 …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 …]
Drestricted_1.1.0-beta01.txt64 …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 …]
Drestricted_current.txt64 …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/
DMotionLayoutTest.kt910 transitionContent: TransitionScope.(boxRef: ConstrainedLayoutReference) -> Unit in createCornerToCornerMotionScene()
DConstraintLayoutTest.kt2594 private fun listAnchors(box: ConstrainedLayoutReference): List<ConstrainScope.() -> Unit> = in <lambda>()