Searched refs:detectFastMove (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeRecognitionPoints.java232 private int detectFastMove(final int x, final int y, final int time) { method in class:GestureStrokeRecognitionPoints
244 Log.d(TAG, String.format("[%d] detectFastMove: speed=%5.2f", mPointerId, speed));
251 "[%d] detectFastMove: speed=%5.2f T=%3d points=%3d fastMove",
280 final int distance = detectFastMove(x, y, time);

Completed in 443 milliseconds