Searched refs:mXVelocity (Results 1 – 1 of 1) sorted by relevance
1512 float mXVelocity; field in KeyboardView.SwipeTracker1597 mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity) in computeCurrentVelocity()1604 return mXVelocity;