Home
last modified time | relevance | path

Searched refs:otherRectCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/ui/
DRegion.cpp294 size_t otherRectCount = 0; in hasSameRects() local
295 android::Rect const* otherRects = other.getArray(&otherRectCount); in hasSameRects()
297 if (thisRectCount != otherRectCount) return false; in hasSameRects()