Searched refs:removeIntersectingNonAdjacentSpans (Results 1 – 1 of 1) sorted by relevance
10490 removeIntersectingNonAdjacentSpans(start, start + before, SpellCheckSpan.class); in sendBeforeTextChanged()10491 removeIntersectingNonAdjacentSpans(start, start + before, SuggestionSpan.class); in sendBeforeTextChanged()10495 private <T> void removeIntersectingNonAdjacentSpans(int start, int end, Class<T> type) { in removeIntersectingNonAdjacentSpans() method in TextView.Drawables