Searched refs:mTypedWord (Results 1 – 5 of 5) sorted by relevance
56 private String mTypedWord; field in AccessibilityUtils160 mTypedWord = typedWord; in setAutoCorrection()163 mTypedWord = null; in setAutoCorrection()180 if (!TextUtils.equals(mAutoCorrectionWord, mTypedWord)) { in getAutoCorrectionDescription()187 mTypedWord, mAutoCorrectionWord); in getAutoCorrectionDescription()
48 public final String mTypedWord; field in LastComposedWord71 mTypedWord = typedWord; in LastComposedWord()89 return TextUtils.equals(mTypedWord, mCommittedWord); in didCommitTypedWord()
52 public final String mTypedWord; field in SuggestedWords104 mTypedWord = typedWord; in SuggestedWords()
1538 sourceSuggestedWords.mTypedWord); in showSuggestionStrip()
610 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()