Searched refs:mReplacementSpanSpanSet (Results 1 – 1 of 1) sorted by relevance
131 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet = field in TextLine186 tl.mReplacementSpanSpanSet.recycle(); in recycle()236 mReplacementSpanSpanSet.init(mSpanned, start, limit); in set()237 hasReplacement = mReplacementSpanSpanSet.numberOfSpans > 0; in set()265 inext = mReplacementSpanSpanSet.getNextTransition(i, limit); in set()266 if (mReplacementSpanSpanSet.hasSpansIntersecting(i, inext) in set()