Searched refs:otherSpans (Results 1 – 3 of 3) sorted by relevance
71 Object[] otherSpans = otherSpanned.getSpans(0, otherSpanned.length(), Object.class); in hasSameSpans() local72 if (spans.length != otherSpans.length) { in hasSameSpans()77 Object otherSpan = otherSpans[i]; in hasSameSpans()
511 final Object[] otherSpans = other.getSpans(0, other.length(), Object.class); in equals() local513 if (mSpanCount == otherSpans.length) { in equals()516 final Object otherSpan = otherSpans[i]; in equals()
1616 final Object[] otherSpans = other.getSpans(0, other.length(), Object.class); in equals() local1618 if (mSpanCount == otherSpans.length) { in equals()1621 final Object otherSpan = otherSpans[i]; in equals()