Home
last modified time | relevance | path

Searched refs:wordAtCursorStartIndex (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTextRange.java108 public TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex, in TextRange() argument
110 if (wordAtCursorStartIndex < 0 || cursorIndex < wordAtCursorStartIndex in TextRange()
116 mWordAtCursorStartIndex = wordAtCursorStartIndex; in TextRange()