Searched refs:toVelocity (Results 1 – 2 of 2) sorted by relevance
27 fun Float.toVelocity(): Velocity in toFloat() method41 override fun Float.toVelocity() = Velocity(this, 0f) in toFloat() method49 override fun Float.toVelocity() = Velocity(0f, this) in toFloat() method
197 onStop(velocityAvailable.toFloat()).toVelocity() in PriorityNestedScrollConnection()