Searched refs:foundSize (Results 1 – 1 of 1) sorted by relevance
167 bool sizeUpdateFound(const SurfaceChange& change, bool foundSize);422 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound() argument425 if (hasWidth && hasHeight && !foundSize) { in sizeUpdateFound()426 foundSize = true; in sizeUpdateFound()427 } else if (hasWidth && hasHeight && foundSize) { in sizeUpdateFound()430 return foundSize; in sizeUpdateFound()