Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionSceneScope.kt324 fun ConstrainScope.customInt(name: String, value: Int) { in customInt() method in androidx.constraintlayout.compose.MotionSceneScope
379 fun KeyAttributeScope.customInt(name: String, value: Int) { in customInt() method in androidx.constraintlayout.compose.MotionSceneScope
DMotionLayout.kt944 fun customInt(id: String, name: String): Int { in customInt() method