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 47 public final String mCommittedWord;
65 mCommittedWord = committedWord;
76 return mActive && !TextUtils.isEmpty(mCommittedWord);
80 return TextUtils.equals(mTypedWord, mCommittedWord);
LatinIME.java     [all...]

Completed in 34 milliseconds