HomeSort by relevance Sort by last modified time
    Searched refs:mTypedWord (Results 1 - 5 of 5) 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;
LatinIME.java     [all...]
  /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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 609 // because it may differ from mWordComposer.mTypedWord.
610 autoCorrection = suggestedWords.mTypedWord;
    [all...]

Completed in 196 milliseconds