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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DTextRange.java29 private final int mWordAtCursorStartIndex; field in class:TextRange
36 return mCursorIndex - mWordAtCursorStartIndex;
74 final SuggestionSpan[] spans = text.getSpans(mWordAtCursorStartIndex - 1,
97 if (spanStart == mWordAtCursorStartIndex && spanEnd == mWordAtCursorEndIndex) {
115 mWordAtCursorStartIndex = wordAtCursorStartIndex;
118 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex);

Completed in 904 milliseconds