Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp170 bool cropUpdateFound(const SurfaceChange& change, bool foundCrop);
464 bool SurfaceInterceptorTest::cropUpdateFound(const SurfaceChange& change, bool foundCrop) { in cropUpdateFound() argument
469 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()