HomeSort by relevance Sort by last modified time
    Searched defs:mTypedWord (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 48 public final String mTypedWord;
71 mTypedWord = typedWord;
89 return TextUtils.equals(mTypedWord, mCommittedWord);
SuggestedWords.java 52 public final String mTypedWord;
104 mTypedWord = typedWord;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 56 private String mTypedWord;
160 mTypedWord = typedWord;
163 mTypedWord = null;
180 if (!TextUtils.equals(mAutoCorrectionWord, mTypedWord)) {
187 mTypedWord, mAutoCorrectionWord);

Completed in 50 milliseconds