Searched refs:mReplacementSpanSpanSet (Results 1 – 1 of 1) sorted by relevance
64 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet = field in TextLine109 tl.mReplacementSpanSpanSet.recycle(); in recycle()151 mReplacementSpanSpanSet.init(mSpanned, start, limit); in set()152 hasReplacement = mReplacementSpanSpanSet.numberOfSpans > 0; in set()170 inext = mReplacementSpanSpanSet.getNextTransition(i, limit); in set()171 if (mReplacementSpanSpanSet.hasSpansIntersecting(i, inext)) { in set()