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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DTextRange.java28 private final CharSequence mTextAtCursor; field in class:TextRange
54 if (!(mTextAtCursor instanceof Spanned && mWord instanceof Spanned)) {
57 final Spanned text = (Spanned)mTextAtCursor;
115 mTextAtCursor = textAtCursor;
120 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex);

Completed in 48 milliseconds