Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp518 bool foundBackgroundBlur) { in backgroundBlurRadiusUpdateFound() argument
521 if (hasBackgroundBlur && !foundBackgroundBlur) { in backgroundBlurRadiusUpdateFound()
522 foundBackgroundBlur = true; in backgroundBlurRadiusUpdateFound()
523 } else if (hasBackgroundBlur && foundBackgroundBlur) { in backgroundBlurRadiusUpdateFound()
526 return foundBackgroundBlur; in backgroundBlurRadiusUpdateFound()