Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/
DSpaceVectorConverter.kt27 fun Float.toVelocity(): Velocity in toFloat() method
41 override fun Float.toVelocity() = Velocity(this, 0f) in toFloat() method
49 override fun Float.toVelocity() = Velocity(0f, this) in toFloat() method