Home | History | Annotate | Download | only in method

Lines Matching defs:selEnd

110         int selEnd = Math.max(a, b);
114 selStart = selEnd = buffer.length();
119 selStart = selEnd = Integer.MAX_VALUE;
120 if (selEnd < first)
121 selStart = selEnd = -1;
125 if (selStart == selEnd) {
129 ClickableSpan[] link = buffer.getSpans(selStart, selEnd, ClickableSpan.class);
146 if (end < selEnd || selStart == selEnd) {
168 if (start > selStart || selStart == selEnd) {