Home
last modified time | relevance | path

Searched refs:mTypedWord (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityUtils.java56 private String mTypedWord; field in AccessibilityUtils
160 mTypedWord = typedWord; in setAutoCorrection()
163 mTypedWord = null; in setAutoCorrection()
180 if (!TextUtils.equals(mAutoCorrectionWord, mTypedWord)) { in getAutoCorrectionDescription()
187 mTypedWord, mAutoCorrectionWord); in getAutoCorrectionDescription()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLastComposedWord.java48 public final String mTypedWord; field in LastComposedWord
71 mTypedWord = typedWord; in LastComposedWord()
89 return TextUtils.equals(mTypedWord, mCommittedWord); in didCommitTypedWord()
DSuggestedWords.java52 public final String mTypedWord; field in SuggestedWords
104 mTypedWord = typedWord; in SuggestedWords()
DLatinIME.java1538 sourceSuggestedWords.mTypedWord); in showSuggestionStrip()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java610 autoCorrection = suggestedWords.mTypedWord; in setSuggestedWords()
1547 final CharSequence originallyTypedWord = mLastComposedWord.mTypedWord; in revertCommit()
2273 if (TextUtils.isEmpty(lastComposedWord.mTypedWord)) { in shouldShowAddToDictionaryForTypedWord()
2276 if (TextUtils.equals(lastComposedWord.mTypedWord, lastComposedWord.mCommittedWord)) { in shouldShowAddToDictionaryForTypedWord()
2282 return !mDictionaryFacilitator.isValidWord(lastComposedWord.mTypedWord, in shouldShowAddToDictionaryForTypedWord()