Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java150 if (!hasDetectedFastMove()) { in isStartOfAGesture()
228 private final boolean hasDetectedFastMove() { in hasDetectedFastMove() method in GestureStrokeRecognitionPoints
247 if (!hasDetectedFastMove() && pixelsPerSec > mDetectFastMoveSpeedThreshold * msecs) { in detectFastMove()