HomeSort by relevance Sort by last modified time
    Searched full:distancesquare (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 145 final int distanceSquare = (mLastX - x) * (mLastX - x) + (mLastY - y) * (mLastY - y);
149 if (distanceSquare > mJumpThresholdSquare

Completed in 557 milliseconds