Home | History | Annotate | Download | only in ui

Lines Matching defs:selStart

927         int selStart = -1;
934 selStart = textView.getSelectionStart();
940 if (selStart != selEnd) {
941 int min = Math.min(selStart, selEnd);
942 int max = Math.max(selStart, selEnd);