Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A DTextLine.java87 private final SpanSet<MetricAffectingSpan> mMetricAffectingSpanSpanSet = field in TextLine
145 tl.mMetricAffectingSpanSpanSet.recycle(); in recycle()
1171 mMetricAffectingSpanSpanSet.init(mSpanned, mStart + start, mStart + limit);
1173 needsSpanMeasurement = mMetricAffectingSpanSpanSet.numberOfSpans != 0
1196 inext = mMetricAffectingSpanSpanSet.getNextTransition(mStart + i, mStart + limit) -
1202 for (int j = 0; j < mMetricAffectingSpanSpanSet.numberOfSpans; j++) {
1205 if ((mMetricAffectingSpanSpanSet.spanStarts[j] >= mStart + mlimit)
1206 || (mMetricAffectingSpanSpanSet.spanEnds[j] <= mStart + i)) continue;
1209 mStart + mEllipsisStart <= mMetricAffectingSpanSpanSet.spanStarts[j]
1210 && mMetricAffectingSpanSpanSet.spanEnds[j] <= mStart + mEllipsisEnd;
[all …]