Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1512 float mXVelocity; field in KeyboardView.SwipeTracker
1597 mXVelocity = accumX < 0.0f ? Math.max(accumX, -maxVelocity) in computeCurrentVelocity()
1604 return mXVelocity;