Searched refs:thisRectCount (Results 1 – 1 of 1) sorted by relevance
292 size_t thisRectCount = 0; in hasSameRects() local293 android::Rect const* thisRects = getArray(&thisRectCount); in hasSameRects()297 if (thisRectCount != otherRectCount) return false; in hasSameRects()299 for (size_t i = 0; i < thisRectCount; i++) { in hasSameRects()