Searched refs:mExpectedSelEnd (Results 1 - 1 of 1) sorted by last modified time

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java79 private int mExpectedSelEnd = INVALID_CURSOR_POSITION; // in chars, not code points field in class:RichInputConnection
187 mExpectedSelEnd = newSelEnd;
216 mExpectedSelEnd = INVALID_CURSOR_POSITION;
280 mExpectedSelEnd = mExpectedSelStart;
430 mExpectedSelEnd -= beforeLength;
434 mExpectedSelEnd -= mExpectedSelStart;
464 mExpectedSelEnd = mExpectedSelStart;
476 if (mExpectedSelStart > 0 && mExpectedSelStart == mExpectedSelEnd) {
480 mExpectedSelEnd = mExpectedSelStart;
486 mExpectedSelEnd
[all...]

Completed in 24 milliseconds