Searched refs:accumVy (Results 1 – 1 of 1) sorted by relevance
97 float accumVy = 0f; in computeCurrentVelocity() local115 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration); in computeCurrentVelocity()121 computedVelocityY.put(pointerId, windowed(accumVy * units / 1000, maxVelocity)); in computeCurrentVelocity()