OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEARCH_DISTANCE
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java
40
private static final float
SEARCH_DISTANCE
= 1.2f;
248
final int threshold = (int) (defaultWidth *
SEARCH_DISTANCE
);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java
161
private static float
SEARCH_DISTANCE
= 1.8f;
846
mProximityThreshold = (int) (mDefaultWidth *
SEARCH_DISTANCE
);
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
146
private static float
SEARCH_DISTANCE
= 1.8f;
[
all
...]
Completed in 503 milliseconds