Searched refs:mReplacementSpanSpanSet (Results 1 – 1 of 1) sorted by relevance
91 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet = field in TextLine145 tl.mReplacementSpanSpanSet.recycle(); in recycle()192 mReplacementSpanSpanSet.init(mSpanned, start, limit); in set()193 hasReplacement = mReplacementSpanSpanSet.numberOfSpans > 0; in set()221 inext = mReplacementSpanSpanSet.getNextTransition(i, limit); in set()222 if (mReplacementSpanSpanSet.hasSpansIntersecting(i, inext) in set()