Searched refs:mTypedWord (Results 1 – 4 of 4) sorted by relevance
29 public final String mTypedWord; field in ComposedData35 mTypedWord = typedWord; in ComposedData()50 final int lastIndex = mTypedWord.length() in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()51 - StringUtils.getTrailingSingleQuotesCount(mTypedWord); in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()59 final int codePointSize = Character.codePointCount(mTypedWord, 0, lastIndex); in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()63 return StringUtils.copyCodePointsAndReturnCodePointCount(destination, mTypedWord, 0, in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()
56 private String mTypedWord; field in AccessibilityUtils161 mTypedWord = null; in setAutoCorrection()163 mTypedWord = typedWordInfo.mWord; in setAutoCorrection()167 mTypedWord = null; in setAutoCorrection()184 if (!TextUtils.equals(mAutoCorrectionWord, mTypedWord)) { in getAutoCorrectionDescription()191 mTypedWord, mAutoCorrectionWord); in getAutoCorrectionDescription()
50 public final String mTypedWord; field in LastComposedWord73 mTypedWord = typedWord; in LastComposedWord()91 return TextUtils.equals(mTypedWord, mCommittedWord); in didCommitTypedWord()
1039 final String lastComposedWord = mLastComposedWord.mTypedWord; in handleBackspaceEvent()1636 final CharSequence originallyTypedWord = mLastComposedWord.mTypedWord; in revertCommit()