Home | History | Annotate | Download | only in keyboard

Lines Matching refs:getDistance

479     private static int getDistance(final int x1, final int y1, final int x2, final int y2) {
484 mBogusMoveEventDetector.onMoveKey(getDistance(x, y, mLastX, mLastY));
625 final int distance = getDistance(x, y, mLastX, mLastY);
798 getDistance(x, y, lastX, lastY),
847 && getDistance(x, y, lastX, lastY) >= mPhantomSuddenMoveThreshold) {