Searched refs:mLineBackgroundSpans (Results 1 – 2 of 2) sorted by relevance
954 if (mLineBackgroundSpans == null) { in drawBackground()955 mLineBackgroundSpans = new SpanSet<LineBackgroundSpan>(LineBackgroundSpan.class); in drawBackground()960 mLineBackgroundSpans.init(buffer, 0, textLength); in drawBackground()962 if (mLineBackgroundSpans.numberOfSpans > 0) { in drawBackground()983 spanEnd = mLineBackgroundSpans.getNextTransition(start, textLength); in drawBackground()990 for (int j = 0; j < mLineBackgroundSpans.numberOfSpans; j++) { in drawBackground()993 if (mLineBackgroundSpans.spanStarts[j] >= end || in drawBackground()994 mLineBackgroundSpans.spanEnds[j] <= start) continue; in drawBackground()996 spans, spansLength, mLineBackgroundSpans.spans[j]); in drawBackground()1010 mLineBackgroundSpans.recycle(); in drawBackground()[all …]
55548 Landroid/text/Layout;->mLineBackgroundSpans:Landroid/text/SpanSet;