OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDynamicTimeThresholdFrom
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionParams.java
47
public final int
mDynamicTimeThresholdFrom
; // msec
67
mDynamicTimeThresholdFrom
= 300; // msec
87
mDynamicTimeThresholdFrom
= mainKeyboardViewAttr.getInt(
89
DEFAULT.
mDynamicTimeThresholdFrom
);
GestureStrokeRecognitionPoints.java
99
mRecognitionParams.
mDynamicTimeThresholdFrom
,
142
(mRecognitionParams.
mDynamicTimeThresholdFrom
145
return mRecognitionParams.
mDynamicTimeThresholdFrom
- decayedThreshold;
Completed in 517 milliseconds