Home
last modified time | relevance | path

Searched refs:SEARCH_DISTANCE (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java40 private static final float SEARCH_DISTANCE = 1.2f; field in ProximityInfo
248 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); in computeNearestNeighbors()