Home | History | Annotate | Download | only in inputlogic

Lines Matching refs:oldSelEnd

347      * @param oldSelEnd old selection end
353 public boolean onUpdateSelection(final int oldSelStart, final int oldSelEnd,
355 if (mConnection.isBelatedExpectedUpdate(oldSelStart, newSelStart, oldSelEnd, newSelEnd)) {
367 oldSelStart != newSelStart || oldSelEnd != newSelEnd // selection changed
369 final boolean hasOrHadSelection = (oldSelStart != oldSelEnd || newSelStart != newSelEnd);