Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp574 bool foundUpdate = false; in surfaceUpdateFound() local
582 foundUpdate = positionUpdateFound(change, foundUpdate); in surfaceUpdateFound()
585 foundUpdate = sizeUpdateFound(change, foundUpdate); in surfaceUpdateFound()
588 foundUpdate = alphaUpdateFound(change, foundUpdate); in surfaceUpdateFound()
591 foundUpdate = layerUpdateFound(change, foundUpdate); in surfaceUpdateFound()
594 foundUpdate = cropUpdateFound(change, foundUpdate); in surfaceUpdateFound()
597 foundUpdate = cornerRadiusUpdateFound(change, foundUpdate); in surfaceUpdateFound()
600 foundUpdate = matrixUpdateFound(change, foundUpdate); in surfaceUpdateFound()
603 foundUpdate = scalingModeUpdateFound(change, foundUpdate); in surfaceUpdateFound()
606 foundUpdate = transparentRegionHintUpdateFound(change, foundUpdate); in surfaceUpdateFound()
[all …]