Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java51 public final CharSequence mCommittedWord; field in LastComposedWord
75 mCommittedWord = committedWord; in LastComposedWord()
87 return mActive && !TextUtils.isEmpty(mCommittedWord) && !didCommitTypedWord(); in canRevertCommit()
91 return TextUtils.equals(mTypedWord, mCommittedWord); in didCommitTypedWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1639 final CharSequence committedWord = mLastComposedWord.mCommittedWord; in revertCommit()
1806 mLastComposedWord.mCommittedWord.toString())); in getNgramContextFromNthPreviousWordForSuggestion()