Home
last modified time | relevance | path

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

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