Home | History | Annotate | Download | only in text

Lines Matching defs:selectionStart

541         int selectionStart = 0;
544 selectionStart = Selection.getSelectionStart(this);
552 if (selectionStart > start && selectionStart < end) {
553 final long diff = selectionStart - start;
555 selectionStart = start + offset;
558 setSpan(false, Selection.SELECTION_START, selectionStart, selectionStart,