Searched refs:mTypedWord (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DComposedData.java29 public final String mTypedWord; field in class:ComposedData
35 mTypedWord = typedWord;
50 final int lastIndex = mTypedWord.length()
51 - StringUtils.getTrailingSingleQuotesCount(mTypedWord);
59 final int codePointSize = Character.codePointCount(mTypedWord, 0, lastIndex);
63 return StringUtils.copyCodePointsAndReturnCodePointCount(destination, mTypedWord, 0,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java50 public final String mTypedWord; field in class:LastComposedWord
73 mTypedWord = typedWord;
91 return TextUtils.equals(mTypedWord, mCommittedWord);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DAccessibilityUtils.java56 private String mTypedWord; field in class:AccessibilityUtils
161 mTypedWord = null;
163 mTypedWord = typedWordInfo.mWord;
167 mTypedWord = null;
184 if (!TextUtils.equals(mAutoCorrectionWord, mTypedWord)) {
191 mTypedWord, mAutoCorrectionWord);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java585 // because it may differ from mWordComposer.mTypedWord.
1039 final String lastComposedWord = mLastComposedWord.mTypedWord;
1636 final CharSequence originallyTypedWord = mLastComposedWord.mTypedWord;

Completed in 87 milliseconds