Searched refs:mReplacementSpanSpanSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextLine.java75 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet = field in class:TextLine
126 tl.mReplacementSpanSpanSet.recycle();
169 mReplacementSpanSpanSet.init(mSpanned, start, limit);
170 hasReplacement = mReplacementSpanSpanSet.numberOfSpans > 0;
198 inext = mReplacementSpanSpanSet.getNextTransition(i, limit);
199 if (mReplacementSpanSpanSet.hasSpansIntersecting(i, inext)) {

Completed in 41 milliseconds