Searched refs:foundSize (Results 1 – 1 of 1) sorted by relevance
178 bool sizeUpdateFound(const SurfaceChange& change, bool foundSize);485 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound() argument488 if (hasWidth && hasHeight && !foundSize) { in sizeUpdateFound()489 foundSize = true; in sizeUpdateFound()490 } else if (hasWidth && hasHeight && foundSize) { in sizeUpdateFound()493 return foundSize; in sizeUpdateFound()