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()
508 final Object[] otherSpans = other.getSpans(0, other.length(), Object.class); in equals() local510 if (mSpanCount == otherSpans.length) { in equals()513 final Object otherSpan = otherSpans[i]; in equals()
1615 final Object[] otherSpans = other.getSpans(0, other.length(), Object.class); in equals() local1617 if (mSpanCount == otherSpans.length) { in equals()1620 final Object otherSpan = otherSpans[i]; in equals()