Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp541 bool hasTop(change.crop().rectangle().top() == CROP_UPDATE.top); in cropUpdateFound() local
544 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()
546 } else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()
580 bool hasTop(traceRegion.top() == CROP_UPDATE.top); in transparentRegionHintUpdateFound() local
583 if (hasLeft && hasRight && hasTop && hasBottom && !foundTransparentRegion) { in transparentRegionHintUpdateFound()
585 } else if (hasLeft && hasRight && hasTop && hasBottom && foundTransparentRegion) { in transparentRegionHintUpdateFound()