Searched refs:computedVelocityY (Results 1 – 1 of 1) sorted by relevance
22 private SparseArray<Float> computedVelocityY = new SparseArray<>(); field in ShadowVelocityTracker40 computedVelocityY.clear(); in clear()121 computedVelocityY.put(pointerId, windowed(accumVy * units / 1000, maxVelocity)); in computeCurrentVelocity()156 return computedVelocityY.get(id, 0f); in getYVelocity()