OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecognitionSpeedThreshold
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionParams.java
56
public final float
mRecognitionSpeedThreshold
; // keyWidth/sec
74
mRecognitionSpeedThreshold
= 5.5f; // keyWidth/sec
105
mRecognitionSpeedThreshold
= ResourceUtils.getFraction(mainKeyboardViewAttr,
107
DEFAULT.
mRecognitionSpeedThreshold
);
GestureStrokeRecognitionPoints.java
94
keyWidth * mRecognitionParams.
mRecognitionSpeedThreshold
);
Completed in 65 milliseconds