Searched refs:mWordAtCursorEndIndex (Results 1 – 1 of 1) sorted by relevance
30 private final int mWordAtCursorEndIndex; field in TextRange41 return mWordAtCursorEndIndex - mCursorIndex; in getNumberOfCharsInWordAfterCursor()76 mWordAtCursorEndIndex + 1, SuggestionSpan.class); in getSuggestionSpansAtWord()98 if (spanStart == mWordAtCursorStartIndex && spanEnd == mWordAtCursorEndIndex) { in getSuggestionSpansAtWord()117 mWordAtCursorEndIndex = wordAtCursorEndIndex; in TextRange()120 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex); in TextRange()