Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java66 private int mGestureRecognitionSpeedThreshold; // pixel / sec field in GestureStrokeRecognitionPoints
93 mGestureRecognitionSpeedThreshold = (int)( in setKeyboardGeometry()
300 if (pixelsPerSec < mGestureRecognitionSpeedThreshold * msecs) { in updateIncrementalRecognitionSize()