Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt476 val newConstraintSet = channel.tryReceive().getOrNull() ?: constraints in MotionLayoutCore() constant
479 if (newConstraintSet != currentSet) { in MotionLayoutCore()
481 end = newConstraintSet in MotionLayoutCore()
483 start = newConstraintSet in MotionLayoutCore()