Searched refs:Velocity (Results 1 – 2 of 2) sorted by relevance
41 import androidx.compose.ui.unit.Velocity in <lambda>()299 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling()315 private fun Velocity.consume( in consume() method318 ): Velocity = in consume()319 Velocity( in consume()
55 struct Velocity { struct in android::VelocityTrackerState62 Velocity mCalculatedVelocity[MAX_POINTERS];102 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity()116 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity()