Searched defs:committedWord (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java66 final CharSequence committedWord, final String separatorString,
73 mCommittedWord = committedWord;
64 LastComposedWord(final ArrayList<Event> events, final InputPointers inputPointers, final String typedWord, final CharSequence committedWord, final String separatorString, final PrevWordsInfo prevWordsInfo, final int capitalizedMode) argument
H A DWordComposer.java440 // committedWord should contain suggestion spans if applicable.
441 public LastComposedWord commitWord(final int type, final CharSequence committedWord, argument
447 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString,

Completed in 45 milliseconds