Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSpanSet.java32 public class SpanSet<E> { class
42 SpanSet(Class<? extends E> type) { in SpanSet() method in SpanSet
DTextLine.java85 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);
DLayout.java595 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class); in drawBackground()
2554 private SpanSet<LineBackgroundSpan> mLineBackgroundSpans;
/frameworks/base/config/
Dpreloaded-classes3476 android.text.SpanSet