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

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

Completed in 129 milliseconds