Searched refs:otherRectCount (Results 1 – 1 of 1) sorted by relevance
294 size_t otherRectCount = 0; in hasSameRects() local295 android::Rect const* otherRects = other.getArray(&otherRectCount); in hasSameRects()297 if (thisRectCount != otherRectCount) return false; in hasSameRects()