Searched refs:mYVelocity (Results 1 – 1 of 1) sorted by relevance
1511 float mYVelocity; field in KeyboardView.SwipeTracker1599 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity) in computeCurrentVelocity()1608 return mYVelocity;