Searched refs:foundCrop (Results 1 – 1 of 1) sorted by relevance
181 bool cropUpdateFound(const SurfaceChange& change, bool foundCrop);539 bool SurfaceInterceptorTest::cropUpdateFound(const SurfaceChange& change, bool foundCrop) { in cropUpdateFound() argument544 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()545 foundCrop = true; in cropUpdateFound()546 } else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()549 return foundCrop; in cropUpdateFound()