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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DTextRange.java30 private final int mWordAtCursorEndIndex; field in class:TextRange
41 return mWordAtCursorEndIndex - mCursorIndex;
76 mWordAtCursorEndIndex + 1, SuggestionSpan.class);
98 if (spanStart == mWordAtCursorStartIndex && spanEnd == mWordAtCursorEndIndex) {
117 mWordAtCursorEndIndex = wordAtCursorEndIndex;
120 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex);

Completed in 65 milliseconds