Home | History | Annotate | Download | only in util

Lines Matching refs:spans

186             Object[] spans = ss.getSpans(0, ss.length(), Object.class);
188 for (Object span : spans) {
199 // we need to still take the orgininal for wrapped spans
245 * Clears all color spans of a text
247 * @return the same text but without color spans
252 Object[] spans = ss.getSpans(0, ss.length(), Object.class);
254 for (Object span : spans) {