HomeSort by relevance Sort by last modified time
    Searched defs:typedWord (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 103 final CharSequence typedWord, final SuggestedWords previousSuggestions) {
106 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE));
107 alreadySeen.add(typedWord.toString());
Suggest.java 257 final String typedWord = wordComposer.getTypedWord();
259 ? typedWord.substring(0, typedWord.length() - mTrailingSingleQuotesCount)
260 : typedWord;
262 LatinImeLogger.onAddSuggestedWord(typedWord, Suggest.DIC_USER_TYPED, Dictionary.UNIGRAM);
346 mSuggestions.add(0, new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE));
351 suggestionsList = getSuggestionsInfoListWithDebugInfo(typedWord, mSuggestions);
378 && Suggest.shouldBlockAutoCorrectionBySafetyNet(typedWord,
409 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) {
421 typedWord, cur.toString(), cur.mScore)
    [all...]
LatinIME.java     [all...]

Completed in 76 milliseconds