Searched refs:mWordAtCursorStartIndex (Results 1 – 1 of 1) sorted by relevance
29 private final int mWordAtCursorStartIndex; field in TextRange37 return mCursorIndex - mWordAtCursorStartIndex; in getNumberOfCharsInWordBeforeCursor()75 final SuggestionSpan[] spans = text.getSpans(mWordAtCursorStartIndex - 1, in getSuggestionSpansAtWord()98 if (spanStart == mWordAtCursorStartIndex && spanEnd == mWordAtCursorEndIndex) { in getSuggestionSpansAtWord()116 mWordAtCursorStartIndex = wordAtCursorStartIndex; in TextRange()120 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex); in TextRange()