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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java45 public final String mCommittedWord; field in class:LastComposedWord
68 mCommittedWord = committedWord;
80 return mActive && !TextUtils.isEmpty(mCommittedWord) && !didCommitTypedWord();
84 return TextUtils.equals(mTypedWord, mCommittedWord);

Completed in 48 milliseconds