Home | History | Annotate | Download | only in ui

Lines Matching defs:selEnd

928         int selEnd = -1;
935 selEnd = textView.getSelectionEnd();
940 if (selStart != selEnd) {
941 int min = Math.min(selStart, selEnd);
942 int max = Math.max(selStart, selEnd);