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 49 public final CharSequence mCommittedWord;
73 mCommittedWord = committedWord;
85 return mActive && !TextUtils.isEmpty(mCommittedWord) && !didCommitTypedWord();
89 return TextUtils.equals(mTypedWord, mCommittedWord);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 114 milliseconds