Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTextRange.java28 private final CharSequence mTextAtCursor; field in TextRange
54 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()