Home | History | Annotate | Download | only in method

Lines Matching defs:selEnd

116         int selEnd = Math.max(a, b);
120 selStart = selEnd = buffer.length();
125 selStart = selEnd = Integer.MAX_VALUE;
126 if (selEnd < first)
127 selStart = selEnd = -1;
131 if (selStart == selEnd) {
135 ClickableSpan[] link = buffer.getSpans(selStart, selEnd, ClickableSpan.class);
152 if (end < selEnd || selStart == selEnd) {
174 if (start > selStart || selStart == selEnd) {