Searched refs:mLineBackgroundSpans (Results 1 – 2 of 2) sorted by relevance
594 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 …]
70214 Landroid/text/Layout;->mLineBackgroundSpans:Landroid/text/SpanSet;