Searched refs:mXVelocity (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java1411 float mXVelocity; field in class:KeyboardView.SwipeTracker
1496 mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity)
1503 return mXVelocity;

Completed in 234 milliseconds