Searched refs:colorSpans (Results 1 – 1 of 1) sorted by relevance
627 ForegroundColorSpan[] colorSpans = sb.getSpans(0, length, ForegroundColorSpan.class); in removeExistingRestrictedSpans() local628 for (ForegroundColorSpan span : colorSpans) { in removeExistingRestrictedSpans()