Home | History | Annotate | Download | only in inputlogic

Lines Matching refs:oldSelStart

357      * @param oldSelStart old selection start
364 public boolean onUpdateSelection(final int oldSelStart, final int oldSelEnd,
366 if (mConnection.isBelatedExpectedUpdate(oldSelStart, newSelStart, oldSelEnd, newSelEnd)) {
378 oldSelStart != newSelStart || oldSelEnd != newSelEnd // selection changed
380 final boolean hasOrHadSelection = (oldSelStart != oldSelEnd || newSelStart != newSelEnd);
381 final int moveAmount = newSelStart - oldSelStart;