Home
last modified time | relevance | path

Searched defs:proximityIndex (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/src/
Dproximity_info.h60 int getNormalizedSquaredDistance(const int inputIndex, const int proximityIndex) const { in getNormalizedSquaredDistance()
Dcorrection.cpp228 int proximityIndex = 0; in processCharAndCalcState() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java415 final int proximityIndex = SpellCheckerProximityInfo.getIndexOf(character); in onGetSuggestions() local