Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/
H A DRegion.cpp292 size_t thisRectCount = 0; in hasSameRects() local
293 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()