Home | History | Annotate | Download | only in openwnn

Lines Matching refs:newSelEnd

608     @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
610 mComposingStartCursor = (candidatesStart < 0) ? newSelEnd : candidatesStart;
613 if (newSelStart != newSelEnd) {
641 if ((((newSelEnd < oldSelEnd) || (commitEnd < newSelEnd)) && clearCommitInfo())