Home
last modified time | relevance | path

Searched refs:ConstrainedLayoutReferences (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt252 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in createRefFor()
253 ConstrainedLayoutReferences(arrayOf(*ids)) in createRefFor()
255 inner class ConstrainedLayoutReferences internal constructor(private val ids: Array<Any>) { in createRefFor() class in androidx.constraintlayout.compose.MotionSceneScope
DConstraintLayout.kt914 fun createRefs(): ConstraintLayoutScope.ConstrainedLayoutReferences = in createRefs()
915 referencesObject ?: ConstrainedLayoutReferences().also { referencesObject = it } in createRefs()
924 private var referencesObject: ConstrainedLayoutReferences? = null
936 inner class ConstrainedLayoutReferences internal constructor() { class in androidx.constraintlayout.compose.ConstraintLayoutScope
1044 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in modifyParentData()
1045 ConstrainedLayoutReferences(arrayOf(*ids)) in modifyParentData()
1047 inner class ConstrainedLayoutReferences internal constructor(private val ids: Array<Any>) { in modifyParentData() class
/constraintlayout/constraintlayout-compose/api/
D1.1.0-beta01.txt249 …public androidx.constraintlayout.compose.ConstraintLayoutScope.ConstrainedLayoutReferences createR…
252 public final class ConstraintLayoutScope.ConstrainedLayoutReferences {
297 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre…
300 public final class ConstraintSetScope.ConstrainedLayoutReferences {
706 …method public androidx.constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences creat…
724 public final class MotionSceneScope.ConstrainedLayoutReferences {
Dcurrent.txt253 …public androidx.constraintlayout.compose.ConstraintLayoutScope.ConstrainedLayoutReferences createR…
256 public final class ConstraintLayoutScope.ConstrainedLayoutReferences {
303 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre…
306 public final class ConstraintSetScope.ConstrainedLayoutReferences {
712 …method public androidx.constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences creat…
730 public final class MotionSceneScope.ConstrainedLayoutReferences {
Drestricted_1.1.0-beta01.txt259 …public androidx.constraintlayout.compose.ConstraintLayoutScope.ConstrainedLayoutReferences createR…
264 public final class ConstraintLayoutScope.ConstrainedLayoutReferences {
322 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre…
325 public final class ConstraintSetScope.ConstrainedLayoutReferences {
793 …method public androidx.constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences creat…
811 public final class MotionSceneScope.ConstrainedLayoutReferences {
Drestricted_current.txt263 …public androidx.constraintlayout.compose.ConstraintLayoutScope.ConstrainedLayoutReferences createR…
268 public final class ConstraintLayoutScope.ConstrainedLayoutReferences {
328 …method public androidx.constraintlayout.compose.ConstraintSetScope.ConstrainedLayoutReferences cre…
331 public final class ConstraintSetScope.ConstrainedLayoutReferences {
830 …method public androidx.constraintlayout.compose.MotionSceneScope.ConstrainedLayoutReferences creat…
848 public final class MotionSceneScope.ConstrainedLayoutReferences {