Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DLateMotionLayout.kt89 val currentConstraints = if (direction.intValue == 1) start.value else end.value in <lambda>() constant
90 if (newConstraints != currentConstraints) { in <lambda>()
DConstraintLayout.kt781 val currentConstraints = in <lambda>() constant
783 if (newConstraints != currentConstraints) { in <lambda>()