HomeSort by relevance Sort by last modified time
    Searched refs:SpanSet (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/text/
SpanSet.java 30 public class SpanSet<E> {
39 SpanSet(Class<? extends E> type) {
TextLine.java 60 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);
    [all...]
Layout.java 366 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 34 private SpanSet mSpanSet = new SpanSet();
35 private SpanSet mReplacementSpanSet = new SpanSet();
145 if (startStyle == SpanSet.INSIDE && endStyle == SpanSet.INSIDE &&
157 case SpanSet.BEFORE:
160 case SpanSet.INSIDE:
185 case SpanSet.AFTER:
191 case SpanSet.BEFORE
    [all...]

Completed in 82 milliseconds