Home | History | Annotate | Download | only in method

Lines Matching defs:selectionStart

425         int selectionStart = Selection.getSelectionStart(content);
427 if (selectionEnd < selectionStart) {
429 selectionEnd = selectionStart;
430 selectionStart = temp;
432 if (selectionStart != selectionEnd) {
433 content.delete(selectionStart, selectionEnd);
508 int selectionStart = Selection.getSelectionStart(content);
510 if (selectionEnd < selectionStart) {
512 selectionEnd = selectionStart;
513 selectionStart = temp;
521 content.replace(selectionStart, selectionEnd, text);