Home
last modified time | relevance | path

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

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