Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp427 bool hasTop(change.crop().rectangle().top() == CROP_UPDATE.top); in cropUpdateFound() local
430 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()
433 else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()
443 bool hasTop(change.final_crop().rectangle().top() == CROP_UPDATE.top); in finalCropUpdateFound() local
446 if (hasLeft && hasRight && hasTop && hasBottom && !foundFinalCrop) { in finalCropUpdateFound()
449 else if (hasLeft && hasRight && hasTop && hasBottom && foundFinalCrop) { in finalCropUpdateFound()
487 bool hasTop(traceRegion.top() == CROP_UPDATE.top); in transparentRegionHintUpdateFound() local
490 if (hasLeft && hasRight && hasTop && hasBottom && !foundTransparentRegion) { in transparentRegionHintUpdateFound()
493 else if (hasLeft && hasRight && hasTop && hasBottom && foundTransparentRegion) { in transparentRegionHintUpdateFound()