Home | History | Annotate | Download | only in widget

Lines Matching refs:newSelStart

7752         int newSelStart=-1, newSelEnd=-1;
7770 newSelStart = newStart;
7783 if (newSelStart < 0) {
7784 newSelStart = Selection.getSelectionStart(buf);
7789 onSelectionChanged(newSelStart, newSelEnd);