Searched refs:otherRects (Results 1 – 1 of 1) sorted by relevance
295 android::Rect const* otherRects = other.getArray(&otherRectCount); in hasSameRects() local300 if (thisRects[i] != otherRects[i]) return false; in hasSameRects()