Searched refs:foundCrop (Results 1 – 1 of 1) sorted by relevance
170 bool cropUpdateFound(const SurfaceChange& change, bool foundCrop);464 bool SurfaceInterceptorTest::cropUpdateFound(const SurfaceChange& change, bool foundCrop) { in cropUpdateFound() argument469 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()470 foundCrop = true; in cropUpdateFound()471 } else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()474 return foundCrop; in cropUpdateFound()