OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDynamicDistanceThresholdFrom
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionParams.java
50
public final float
mDynamicDistanceThresholdFrom
; // keyWidth
69
mDynamicDistanceThresholdFrom
= 6.0f; // keyWidth
93
mDynamicDistanceThresholdFrom
= ResourceUtils.getFraction(mainKeyboardViewAttr,
95
DEFAULT.
mDynamicDistanceThresholdFrom
);
GestureStrokeRecognitionPoints.java
88
keyWidth * mRecognitionParams.
mDynamicDistanceThresholdFrom
);
Completed in 54 milliseconds