Searched refs:otherSpans (Results 1 – 2 of 2) sorted by relevance
455 Object[] otherSpans = other.getSpans(0, other.length(), Object.class); in equals() local456 if (mSpanCount == otherSpans.length) { in equals()459 Object otherSpan = otherSpans[i]; in equals()
1593 Object[] otherSpans = other.getSpans(0, other.length(), Object.class); in equals() local1594 if (mSpanCount == otherSpans.length) { in equals()1597 Object otherSpan = otherSpans[i]; in equals()