OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDetectFastMoveSpeedThreshold
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionParams.java
43
public final float
mDetectFastMoveSpeedThreshold
; // keyWidth/sec
65
mDetectFastMoveSpeedThreshold
= 1.5f; // keyWidth/sec
81
mDetectFastMoveSpeedThreshold
= ResourceUtils.getFraction(mainKeyboardViewAttr,
83
DEFAULT.
mDetectFastMoveSpeedThreshold
);
GestureStrokeRecognitionPoints.java
52
private int
mDetectFastMoveSpeedThreshold
; // pixel /sec
85
mDetectFastMoveSpeedThreshold
= (int)(
86
keyWidth * mRecognitionParams.
mDetectFastMoveSpeedThreshold
);
247
if (!hasDetectedFastMove() && pixelsPerSec >
mDetectFastMoveSpeedThreshold
* msecs) {
Completed in 305 milliseconds