Searched refs:mReplacementSpanSpanSet (Results 1 – 1 of 1) sorted by relevance
66 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet = field in TextLine111 tl.mReplacementSpanSpanSet.recycle(); in recycle()153 mReplacementSpanSpanSet.init(mSpanned, start, limit); in set()154 hasReplacement = mReplacementSpanSpanSet.numberOfSpans > 0; in set()172 inext = mReplacementSpanSpanSet.getNextTransition(i, limit); in set()173 if (mReplacementSpanSpanSet.hasSpansIntersecting(i, inext)) { in set()