Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java1474 float accumY = 0; in computeCurrentVelocity() local
1493 if (accumY == 0) accumY = vel; in computeCurrentVelocity()
1494 else accumY = (accumY + vel) * .5f; in computeCurrentVelocity()
1498 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity) in computeCurrentVelocity()
1499 : Math.min(accumY, maxVelocity); in computeCurrentVelocity()