Home
last modified time | relevance | path

Searched refs:textAtCursor (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
112 || wordAtCursorEndIndex > textAtCursor.length()) { in TextRange()
115 mTextAtCursor = textAtCursor; in TextRange()