Searched refs:mTextAtCursor (Results 1 – 1 of 1) sorted by relevance
28 private final CharSequence mTextAtCursor; field in TextRange54 if (!(mTextAtCursor instanceof Spanned && mWord instanceof Spanned)) { in getSuggestionSpansAtWord()57 final Spanned text = (Spanned)mTextAtCursor; in getSuggestionSpansAtWord()115 mTextAtCursor = textAtCursor; in TextRange()120 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex); in TextRange()