Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSpanColors.java33 private final SpanSet<CharacterStyle> mCharacterStyleSpanSet =
34 new SpanSet<>(CharacterStyle.class);
DSpanSet.java34 public class SpanSet<E> { class
44 SpanSet(Class<? extends E> type) { in SpanSet() method in SpanSet
DTextLine.java125 private final SpanSet<MetricAffectingSpan> mMetricAffectingSpanSpanSet =
126 new SpanSet<MetricAffectingSpan>(MetricAffectingSpan.class);
128 private final SpanSet<CharacterStyle> mCharacterStyleSpanSet =
129 new SpanSet<CharacterStyle>(CharacterStyle.class);
131 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet =
132 new SpanSet<ReplacementSpan>(ReplacementSpan.class);
DLayout.java955 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class); in drawBackground()
3647 private SpanSet<LineBackgroundSpan> mLineBackgroundSpans;
/frameworks/base/boot/
Dboot-image-profile.txt14756 HSPLandroid/text/SpanSet;-><init>(Ljava/lang/Class;)V
14757 HSPLandroid/text/SpanSet;->getNextTransition(II)I
14758 HSPLandroid/text/SpanSet;->hasSpansIntersecting(II)Z
14759 HSPLandroid/text/SpanSet;->init(Landroid/text/Spanned;II)V
14760 HSPLandroid/text/SpanSet;->recycle()V
14955 …cycle(Landroid/text/TextLine;)Landroid/text/TextLine;+]Landroid/text/SpanSet;Landroid/text/SpanSet;
30524 Landroid/text/SpanSet;
Dpreloaded-classes8116 android.text.SpanSet
/frameworks/base/config/
Dboot-image-profile.txt14820 HSPLandroid/text/SpanSet;-><init>(Ljava/lang/Class;)V
14821 HSPLandroid/text/SpanSet;->getNextTransition(II)I
14822 HSPLandroid/text/SpanSet;->hasSpansIntersecting(II)Z
14823 HSPLandroid/text/SpanSet;->init(Landroid/text/Spanned;II)V
14824 HSPLandroid/text/SpanSet;->recycle()V
15019 …cycle(Landroid/text/TextLine;)Landroid/text/TextLine;+]Landroid/text/SpanSet;Landroid/text/SpanSet;
40685 Landroid/text/SpanSet;
Dpreloaded-classes8147 android.text.SpanSet
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55548 Landroid/text/Layout;->mLineBackgroundSpans:Landroid/text/SpanSet;
56004 Landroid/text/SpanSet;-><init>(Ljava/lang/Class;)V
56005 Landroid/text/SpanSet;->classType:Ljava/lang/Class;
56006 Landroid/text/SpanSet;->getNextTransition(II)I
56007 Landroid/text/SpanSet;->hasSpansIntersecting(II)Z
56008 Landroid/text/SpanSet;->init(Landroid/text/Spanned;II)V
56009 Landroid/text/SpanSet;->numberOfSpans:I
56010 Landroid/text/SpanSet;->recycle()V
56011 Landroid/text/SpanSet;->spanEnds:[I
56012 Landroid/text/SpanSet;->spanFlags:[I
[all …]