Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp190 bool finalCropUpdateFound(const SurfaceChange& change, bool foundFinalCrop);
440 bool foundFinalCrop) in finalCropUpdateFound() argument
446 if (hasLeft && hasRight && hasTop && hasBottom && !foundFinalCrop) { in finalCropUpdateFound()
447 foundFinalCrop = true; in finalCropUpdateFound()
449 else if (hasLeft && hasRight && hasTop && hasBottom && foundFinalCrop) { in finalCropUpdateFound()
452 return foundFinalCrop; in finalCropUpdateFound()