Searched refs:mReplacementSpanSpanSet (Results 1 – 2 of 2) sorted by relevance
75 private final SpanSet<ReplacementSpan> mReplacementSpanSpanSet = field in TextLine126 tl.mReplacementSpanSpanSet.recycle(); in recycle()169 mReplacementSpanSpanSet.init(mSpanned, start, limit); in set()170 hasReplacement = mReplacementSpanSpanSet.numberOfSpans > 0; in set()198 inext = mReplacementSpanSpanSet.getNextTransition(i, limit); in set()199 if (mReplacementSpanSpanSet.hasSpansIntersecting(i, inext)) { in set()
5784 Landroid/text/TextLine;->mReplacementSpanSpanSet:Landroid/text/SpanSet;