Home
last modified time | relevance | path

Searched defs:createRefFor (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt236 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in createRefFor() method
DTransitionScope.kt230 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in createRefFor() method
DConstraintLayout.kt1029 fun createRefFor(id: Any): ConstrainedLayoutReference = ConstrainedLayoutReference(id) in modifyParentData() method