HomeSort by relevance Sort by last modified time
    Searched refs:mDynamicTimeThresholdTo (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionParams.java 48 public final int mDynamicTimeThresholdTo; // msec
68 mDynamicTimeThresholdTo = 20; // msec
90 mDynamicTimeThresholdTo = mainKeyboardViewAttr.getInt(
92 DEFAULT.mDynamicTimeThresholdTo);
GestureStrokeRecognitionPoints.java 100 mRecognitionParams.mDynamicTimeThresholdTo,
139 return mRecognitionParams.mDynamicTimeThresholdTo;
143 - mRecognitionParams.mDynamicTimeThresholdTo)

Completed in 490 milliseconds