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
53 if (!(mTextAtCursor instanceof Spanned && mWord instanceof Spanned)) {
56 final Spanned text = (Spanned)mTextAtCursor;
114 mTextAtCursor = textAtCursor;
118 mWord = mTextAtCursor.subSequence(mWordAtCursorStartIndex, mWordAtCursorEndIndex);

Completed in 193 milliseconds