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

/frameworks/base/core/java/android/text/
H A DSpanSet.java30 public class SpanSet<E> { class
39 SpanSet(Class<? extends E> type) { method in class:SpanSet
H A DTextLine.java60 private final SpanSet<MetricAffectingSpan> mMetricAffectingSpanSpanSet =
61 new SpanSet<MetricAffectingSpan>(MetricAffectingSpan.class);
62 private final SpanSet<CharacterStyle> mCharacterStyleSpanSet =
63 new SpanSet<CharacterStyle>(CharacterStyle.class);
64 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet =
65 new SpanSet<ReplacementSpan>(ReplacementSpan.class);
H A DLayout.java366 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class);
1870 private SpanSet<LineBackgroundSpan> mLineBackgroundSpans;

Completed in 174 milliseconds