Home | History | Annotate | Download | only in latin

Lines Matching refs:oldSelStart

800      * @param oldSelStart The value of the old selection in the update.
806 public boolean isBelatedExpectedUpdate(final int oldSelStart, final int newSelStart,
815 if (mExpectedSelStart == oldSelStart && mExpectedSelEnd == oldSelEnd
816 && (oldSelStart != newSelStart || oldSelEnd != newSelEnd)) return false;
818 // with updates. If 1) the selection is a cursor, 2) newSelStart is between oldSelStart
822 && (newSelStart - oldSelStart) * (mExpectedSelStart - newSelStart) >= 0