Home | History | Annotate | Download | only in widget

Lines Matching defs:newSelEnd

7390         int newSelStart=-1, newSelEnd=-1;
7396 newSelEnd = newStart;
7424 if (newSelEnd < 0) {
7425 newSelEnd = Selection.getSelectionEnd(buf);
7427 onSelectionChanged(newSelStart, newSelEnd);