Searched refs:maxVelocity (Results 1 – 1 of 1) sorted by relevance
70 protected void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() argument120 computedVelocityX.put(pointerId, windowed(accumVx * units / 1000, maxVelocity)); in computeCurrentVelocity()121 computedVelocityY.put(pointerId, windowed(accumVy * units / 1000, maxVelocity)); in computeCurrentVelocity()