Searched refs:wordAtCursorStartIndex (Results 1 – 1 of 1) sorted by relevance
108 public TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex, in TextRange() argument110 if (wordAtCursorStartIndex < 0 || cursorIndex < wordAtCursorStartIndex in TextRange()116 mWordAtCursorStartIndex = wordAtCursorStartIndex; in TextRange()