Searched refs:SpanSet (Results 1 – 5 of 5) sorted by relevance
33 public class SpanSet<E> { class43 SpanSet(Class<? extends E> type) { in SpanSet() method in SpanSet
85 private final SpanSet<MetricAffectingSpan> mMetricAffectingSpanSpanSet =86 new SpanSet<MetricAffectingSpan>(MetricAffectingSpan.class);88 private final SpanSet<CharacterStyle> mCharacterStyleSpanSet =89 new SpanSet<CharacterStyle>(CharacterStyle.class);91 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet =92 new SpanSet<ReplacementSpan>(ReplacementSpan.class);
595 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class); in drawBackground()2554 private SpanSet<LineBackgroundSpan> mLineBackgroundSpans;
6279 android.text.SpanSet
19531 HSPLandroid/text/SpanSet;-><init>(Ljava/lang/Class;)V19532 HSPLandroid/text/SpanSet;->getNextTransition(II)I19533 HSPLandroid/text/SpanSet;->hasSpansIntersecting(II)Z19534 HSPLandroid/text/SpanSet;->init(Landroid/text/Spanned;II)V19535 HSPLandroid/text/SpanSet;->recycle()V46584 Landroid/text/SpanSet;