Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose-lint/src/test/java/androidx/constraintlayout/compose/lint/
DConstraintLayoutDslDetectorTest.kt48 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in getDetector() method
208 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in getDetector() method
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt252 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in createRefFor() method in androidx.constraintlayout.compose.MotionSceneScope
DConstraintLayout.kt1044 fun createRefsFor(vararg ids: Any): ConstrainedLayoutReferences = in modifyParentData() method