Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt329 fun ConstrainScope.customDistance(name: String, value: Dp) { in customDistance() method in androidx.constraintlayout.compose.MotionSceneScope
384 fun KeyAttributeScope.customDistance(name: String, value: Dp) { in KeyAttributeScope() method in androidx.constraintlayout.compose.MotionSceneScope
DMotionLayout.kt955 fun customDistance(id: String, name: String): Dp { in customDistance() method