Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSpanSet.java33 public class SpanSet<E> { class
43 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
Dboot-image-profile.txt14956 HSPLandroid/text/SpanSet;-><init>(Ljava/lang/Class;)V
14957 HSPLandroid/text/SpanSet;->getNextTransition(II)I
14958 HSPLandroid/text/SpanSet;->hasSpansIntersecting(II)Z
14959 HSPLandroid/text/SpanSet;->init(Landroid/text/Spanned;II)V
14960 HSPLandroid/text/SpanSet;->recycle()V
36127 Landroid/text/SpanSet;
Dhiddenapi-greylist-max-o.txt70214 Landroid/text/Layout;->mLineBackgroundSpans:Landroid/text/SpanSet;
70670 Landroid/text/SpanSet;-><init>(Ljava/lang/Class;)V
70671 Landroid/text/SpanSet;->classType:Ljava/lang/Class;
70672 Landroid/text/SpanSet;->getNextTransition(II)I
70673 Landroid/text/SpanSet;->hasSpansIntersecting(II)Z
70674 Landroid/text/SpanSet;->init(Landroid/text/Spanned;II)V
70675 Landroid/text/SpanSet;->numberOfSpans:I
70676 Landroid/text/SpanSet;->recycle()V
70677 Landroid/text/SpanSet;->spanEnds:[I
70678 Landroid/text/SpanSet;->spanFlags:[I
[all …]