Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionParams.java47 public final int mDynamicTimeThresholdFrom; // msec field in GestureStrokeRecognitionParams
67 mDynamicTimeThresholdFrom = 300; // msec in GestureStrokeRecognitionParams()
87 mDynamicTimeThresholdFrom = mainKeyboardViewAttr.getInt( in GestureStrokeRecognitionParams()
89 DEFAULT.mDynamicTimeThresholdFrom); in GestureStrokeRecognitionParams()
DGestureStrokeRecognitionPoints.java99 mRecognitionParams.mDynamicTimeThresholdFrom, in setKeyboardGeometry()
142 (mRecognitionParams.mDynamicTimeThresholdFrom in getGestureDynamicTimeThreshold()
145 return mRecognitionParams.mDynamicTimeThresholdFrom - decayedThreshold; in getGestureDynamicTimeThreshold()