Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayout.kt915 referencesObject ?: ConstrainedLayoutReferences().also { referencesObject = it } in createRefs()
924 private var referencesObject: ConstrainedLayoutReferences? = null variable in androidx.constraintlayout.compose.ConstraintLayoutScope