Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1511 float mYVelocity; field in KeyboardView.SwipeTracker
1599 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity) in computeCurrentVelocity()
1608 return mYVelocity;