Home
last modified time | relevance | path

Searched refs:committedWord (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java68 final CharSequence committedWord, final String separatorString, in LastComposedWord() argument
75 mCommittedWord = committedWord; in LastComposedWord()
DWordComposer.java418 public LastComposedWord commitWord(final int type, final CharSequence committedWord, in commitWord() argument
424 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString, in commitWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1639 final CharSequence committedWord = mLastComposedWord.mCommittedWord; in revertCommit() local
1640 final String committedWordString = committedWord.toString(); in revertCommit()
1641 final int cancelLength = committedWord.length(); in revertCommit()
1657 if (!TextUtils.equals(committedWord, wordBeforeCursor)) { in revertCommit()
1659 + "reverting \"" + committedWord in revertCommit()
1664 if (!TextUtils.isEmpty(committedWord)) { in revertCommit()
1671 if (committedWord instanceof SpannableString) { in revertCommit()
1672 final SpannableString committedWordWithSuggestionSpans = (SpannableString)committedWord; in revertCommit()
1674 committedWord.length(), Object.class); in revertCommit()