Home | History | Annotate | Download | only in text

Lines Matching defs:where

1048         int where = text.getSpanStart(mark);
1051 if (where != len) {
1053 text.setSpan(span, where, len, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);