HomeSort by relevance Sort by last modified time
    Searched refs:mCommittedWord (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 45 public final String mCommittedWord;
68 mCommittedWord = committedWord;
80 return mActive && !TextUtils.isEmpty(mCommittedWord) && !didCommitTypedWord();
84 return TextUtils.equals(mTypedWord, mCommittedWord);
LatinIME.java     [all...]

Completed in 61 milliseconds