Home | History | Annotate | Download | only in keyboard

Lines Matching defs:getDistance

540     private static int getDistance(final int x1, final int y1, final int x2, final int y2) {
545 mBogusMoveEventDetector.onMoveKey(getDistance(x, y, mLastX, mLastY));
686 final int distance = getDistance(x, y, mLastX, mLastY);
859 getDistance(x, y, lastX, lastY),
908 && getDistance(x, y, lastX, lastY) >= mPhantomSuddenMoveThreshold) {