Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DTextEntryState.java134 public static void acceptedTyped(CharSequence typedWord) { in acceptedTyped() method in TextEntryState
142 acceptedTyped(typedWord); in acceptedSuggestion()
DLatinIME.java510 TextEntryState.acceptedTyped(mComposing); in commitTyped()