Home
last modified time | relevance | path

Searched defs:toFloat (Results 1 – 4 of 4) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DAmount.java333 public float toFloat() { in toFloat() method in Amount
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKey.java103 float toFloat(Object value) { in toFloat() method in Key
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKey.java74 float toFloat(Object value) { in toFloat() method in MotionKey
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt848 private fun Offset.toFloat(): Float = this.y method