Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt363 val motionPropsObject = containerObject.getObjectOrNull("motion") ?: return in setMotionProperty() constant
364 motionPropsObject.putNumber(name, value) in setMotionProperty()