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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeRecognitionPoints.java70 private static final int MSEC_PER_SEC = 1000; field in class:GestureStrokeRecognitionPoints
241 final int pixelsPerSec = pixels * MSEC_PER_SEC;
246 // Equivalent to (pixels / msecs < mStartSpeedThreshold / MSEC_PER_SEC)
298 final int pixelsPerSec = pixels * MSEC_PER_SEC;
299 // Equivalent to (pixels / msecs < mGestureRecognitionThreshold / MSEC_PER_SEC)

Completed in 51 milliseconds