Searched refs:mExpectedSelEnd (Results 1 – 1 of 1) sorted by relevance
111 private int mExpectedSelEnd = INVALID_CURSOR_POSITION; // in chars, not code points field in RichInputConnection235 mExpectedSelEnd = newSelEnd; in resetCachesUponCursorMoveAndReturnSuccess()267 mExpectedSelEnd = INVALID_CURSOR_POSITION; in reloadTextCache()310 mExpectedSelEnd = mExpectedSelStart; in commitText()490 mExpectedSelEnd -= beforeLength; in deleteTextBeforeCursor()494 mExpectedSelEnd -= mExpectedSelStart; in deleteTextBeforeCursor()524 mExpectedSelEnd = mExpectedSelStart; in sendKeyEvent()536 if (mExpectedSelStart > 0 && mExpectedSelStart == mExpectedSelEnd) { in sendKeyEvent()540 mExpectedSelEnd = mExpectedSelStart; in sendKeyEvent()546 mExpectedSelEnd = mExpectedSelStart; in sendKeyEvent()[all …]