Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DTextEntryState.java49 public static void acceptedDefault(CharSequence typedWord, CharSequence actualWord, in acceptedDefault()
62 public static void backToAcceptedDefault(CharSequence typedWord) { in backToAcceptedDefault()
76 public static void acceptedTyped(CharSequence typedWord) { in acceptedTyped()
81 public static void acceptedSuggestion(CharSequence typedWord, CharSequence actualWord) { in acceptedSuggestion()
DAutoCorrection.java52 CharSequence typedWord, double autoCorrectionThreshold, int correctionMode, in updateAutoCorrectionStatus()
102 WordComposer wordComposer, ArrayList<CharSequence> suggestions, CharSequence typedWord, in hasAutoCorrectionForTypedWord()
113 CharSequence typedWord, double autoCorrectionThreshold) { in hasAutoCorrectionForBinaryDictionary()
DDictionary.java99 protected boolean same(final char[] word, final int length, final CharSequence typedWord) { in same()
DSuggestedWords.java155 public Builder addTypedWordAndPreviousSuggestions(CharSequence typedWord, in addTypedWordAndPreviousSuggestions()
DLatinIME.java1554 CharSequence typedWord = mWordComposer.getTypedWord(); in handleSeparator() local
1694 final CharSequence typedWord = wordComposer.getTypedWord(); in updateSuggestions() local
1733 showSuggestions(builder.build(), typedWord); in updateSuggestions() local
1736 public void showSuggestions(SuggestedWords suggestedWords, CharSequence typedWord) { in showSuggestions()
DSuggest.java302 String typedWord = wordComposer.getTypedWord(); in getSuggestedWordBuilder() local