Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java71 final int typedWordLength = typedWord.length(); in shouldBlockAutoCorrectionBySafetyNet() local
72 if (typedWordLength < MINIMUM_SAFETY_NET_CHAR_LENGTH) { in shouldBlockAutoCorrectionBySafetyNet()
75 final int maxEditDistanceOfNativeDictionary = (typedWordLength / 2) + 1; in shouldBlockAutoCorrectionBySafetyNet()