Home | History | Annotate | Download | only in latin

Lines Matching refs:oldSelEnd

868      * @param oldSelEnd The value of the old selection end in the update.
873 final int oldSelEnd, final int newSelEnd) {
881 if (mExpectedSelStart == oldSelStart && mExpectedSelEnd == oldSelEnd
882 && (oldSelStart != newSelStart || oldSelEnd != newSelEnd)) return false;
885 // and mExpectedSelStart, and 3) newSelEnd is between oldSelEnd and mExpectedSelEnd, then
889 && (newSelEnd - oldSelEnd) * (mExpectedSelEnd - newSelEnd) >= 0;