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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStroke.java194 if (!hasDetectedFastMove()) {
246 private final boolean hasDetectedFastMove() { method in class:GestureStroke
265 if (!hasDetectedFastMove() && pixelsPerSec > mDetectFastMoveSpeedThreshold * msecs) {

Completed in 9 milliseconds