Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp700 bool foundUpdate = false; in surfaceUpdateFound() local
708 foundUpdate = positionUpdateFound(change, foundUpdate); in surfaceUpdateFound()
711 foundUpdate = sizeUpdateFound(change, foundUpdate); in surfaceUpdateFound()
714 foundUpdate = alphaUpdateFound(change, foundUpdate); in surfaceUpdateFound()
717 foundUpdate = layerUpdateFound(change, foundUpdate); in surfaceUpdateFound()
720 foundUpdate = cropUpdateFound(change, foundUpdate); in surfaceUpdateFound()
723 foundUpdate = cornerRadiusUpdateFound(change, foundUpdate); in surfaceUpdateFound()
726 foundUpdate = backgroundBlurRadiusUpdateFound(change, foundUpdate); in surfaceUpdateFound()
729 foundUpdate = matrixUpdateFound(change, foundUpdate); in surfaceUpdateFound()
732 foundUpdate = scalingModeUpdateFound(change, foundUpdate); in surfaceUpdateFound()
[all …]