Home
last modified time | relevance | path

Searched refs:mLineBackgroundSpans (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DLayout.java594 if (mLineBackgroundSpans == null) { in drawBackground()
595 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class); in drawBackground()
600 mLineBackgroundSpans.init(buffer, 0, textLength); in drawBackground()
602 if (mLineBackgroundSpans.numberOfSpans > 0) { in drawBackground()
623 spanEnd = mLineBackgroundSpans.getNextTransition(start, textLength); in drawBackground()
630 for (int j = 0; j < mLineBackgroundSpans.numberOfSpans; j++) { in drawBackground()
633 if (mLineBackgroundSpans.spanStarts[j] >= end || in drawBackground()
634 mLineBackgroundSpans.spanEnds[j] <= start) continue; in drawBackground()
636 spans, spansLength, mLineBackgroundSpans.spans[j]); in drawBackground()
650 mLineBackgroundSpans.recycle(); in drawBackground()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70214 Landroid/text/Layout;->mLineBackgroundSpans:Landroid/text/SpanSet;