Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java97 float accumVy = 0f; in computeCurrentVelocity() local
115 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration); in computeCurrentVelocity()
121 computedVelocityY.put(pointerId, windowed(accumVy * units / 1000, maxVelocity)); in computeCurrentVelocity()