Searched refs:removeIntersectingNonAdjacentSpans (Results 1 – 3 of 3) sorted by relevance
10500 removeIntersectingNonAdjacentSpans(start, start + before, SpellCheckSpan.class); in sendBeforeTextChanged()10501 removeIntersectingNonAdjacentSpans(start, start + before, SuggestionSpan.class); in sendBeforeTextChanged()10505 private <T> void removeIntersectingNonAdjacentSpans(int start, int end, Class<T> type) { in removeIntersectingNonAdjacentSpans() method in TextView.Drawables
19419 HSPLandroid/widget/TextView;->removeIntersectingNonAdjacentSpans(IILjava/lang/Class;)V
91162 Landroid/widget/TextView;->removeIntersectingNonAdjacentSpans(IILjava/lang/Class;)V