Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp466 bool hasTop(change.crop().rectangle().top() == CROP_UPDATE.top); in cropUpdateFound() local
469 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()
471 } else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()
505 bool hasTop(traceRegion.top() == CROP_UPDATE.top); in transparentRegionHintUpdateFound() local
508 if (hasLeft && hasRight && hasTop && hasBottom && !foundTransparentRegion) { in transparentRegionHintUpdateFound()
510 } else if (hasLeft && hasRight && hasTop && hasBottom && foundTransparentRegion) { in transparentRegionHintUpdateFound()