Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DTextEntryState.java119 public static void acceptedDefault(CharSequence typedWord, CharSequence actualWord) { in acceptedDefault()
134 public static void backToAcceptedDefault(CharSequence typedWord) { in backToAcceptedDefault()
146 public static void acceptedTyped(CharSequence typedWord) { in acceptedTyped()
152 public static void acceptedSuggestion(CharSequence typedWord, CharSequence actualWord) { in acceptedSuggestion()
DDictionary.java103 protected boolean same(final char[] word, final int length, final CharSequence typedWord) { in same()
DLatinIME.java1820 CharSequence typedWord = word.getTypedWord(); in showSuggestions() local
1836 private void showSuggestions(List<CharSequence> stringList, CharSequence typedWord, in showSuggestions()