Home
last modified time | relevance | path

Searched defs:ConstrainedLayoutReference (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-compose-lint/src/test/java/androidx/constraintlayout/compose/lint/
DConstraintLayoutDslDetectorTest.kt89 class ConstrainedLayoutReference(val id: Any) in getDetector() class
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutBaseScope.kt1171 class ConstrainedLayoutReference(override val id: Any) : LayoutReference(id) { class