Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp542 bool hasBottom(change.crop().rectangle().bottom() == CROP_UPDATE.bottom); in cropUpdateFound() local
543 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()
545 } else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()
570 bool hasBottom(traceRegion.bottom() == CROP_UPDATE.bottom); in transparentRegionHintUpdateFound() local
571 if (hasLeft && hasRight && hasTop && hasBottom && !foundTransparentRegion) { in transparentRegionHintUpdateFound()
573 } else if (hasLeft && hasRight && hasTop && hasBottom && foundTransparentRegion) { in transparentRegionHintUpdateFound()