Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/pager/
DPager.kt41 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() method
318 ): Velocity = in consume()
319 Velocity( in consume()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp55 struct Velocity { struct in android::VelocityTrackerState
62 Velocity mCalculatedVelocity[MAX_POINTERS];
102 Velocity& velocity = mCalculatedVelocity[index]; in computeCurrentVelocity()
116 const Velocity& velocity = mCalculatedVelocity[index]; in getVelocity()