Home
last modified time | relevance | path

Searched defs:typedWord (Results 1 – 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DDistracterFilterTest.java57 String typedWord; in testIsDistractorToWordsInDictionaries() local
DSuggestedWordsTests.java140 final SuggestedWordInfo typedWord = wordsWithTypedWord.getTypedWordInfoOrNull(); in testGetTypedWordInfoOrNull() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java63 public static boolean shouldBlockAutoCorrectionBySafetyNet(final String typedWord, in shouldBlockAutoCorrectionBySafetyNet()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java91 final String typedWord, in SuggestedWords()
193 final String typedWord, final SuggestedWords previousSuggestions) { in getTypedWordAndPreviousSuggestions()
347 public static boolean removeDups(final String typedWord, in removeDups()
395 String typedWord = null; in getSuggestedWordsExcludingTypedWordForRecorrection() local
DLastComposedWord.java65 final InputPointers inputPointers, final String typedWord, in LastComposedWord()
DSuggest.java126 final String typedWord = wordComposer.getTypedWord(); in getSuggestedWordsForNonBatchInput() local
260 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) { in getSuggestionsInfoListWithDebugInfo()
DDictionary.java119 protected boolean same(final char[] word, final int length, final String typedWord) { in same()
DWordComposer.java148 final String typedWord = mTypedWordCache.toString(); in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityUtils.java157 public void setAutoCorrection(final SuggestedWords suggestedWords, final String typedWord) { in setAutoCorrection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1455 final String typedWord = range.mWord.toString(); in restartSuggestionsOnWordTouchedByCursor() local
1853 private SuggestedWords retrieveOlderSuggestions(final String typedWord, in retrieveOlderSuggestions()
2056 final String typedWord = mWordComposer.getTypedWord(); in commitCurrentAutoCorrection() local