Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt581 with(thresholds(from, to)) { density.computeThreshold(a, b) } in <lambda>()
606 fun Density.computeThreshold(fromValue: Float, toValue: Float): Float in computeThreshold() method
616 override fun Density.computeThreshold(fromValue: Float, toValue: Float): Float { in computeThreshold() method in FixedThreshold
631 override fun Density.computeThreshold(fromValue: Float, toValue: Float): Float { in computeThreshold() method in FractionalThreshold