Searched refs:removeIntersectingNonAdjacentSpans (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java7943 removeIntersectingNonAdjacentSpans(start, start + before, SpellCheckSpan.class);
7944 removeIntersectingNonAdjacentSpans(start, start + before, SuggestionSpan.class);
7948 private <T> void removeIntersectingNonAdjacentSpans(int start, int end, Class<T> type) { method in class:TextView

Completed in 44 milliseconds