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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java1410 float mYVelocity; field in class:KeyboardView.SwipeTracker
1498 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity)
1507 return mYVelocity;

Completed in 80 milliseconds