Home
last modified time | relevance | path

Searched refs:SpanSet (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/
DSpanSet.java30 public class SpanSet<E> { class
39 SpanSet(Class<? extends E> type) { in SpanSet() method in SpanSet
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);
DLayout.java373 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class); in drawBackground()
1923 private SpanSet<LineBackgroundSpan> mLineBackgroundSpans;
/frameworks/base/
Dpreloaded-classes1204 android.text.SpanSet