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