Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp506 bool foundBackgroundBlur) { in backgroundBlurRadiusUpdateFound() argument
509 if (hasBackgroundBlur && !foundBackgroundBlur) { in backgroundBlurRadiusUpdateFound()
510 foundBackgroundBlur = true; in backgroundBlurRadiusUpdateFound()
511 } else if (hasBackgroundBlur && foundBackgroundBlur) { in backgroundBlurRadiusUpdateFound()
514 return foundBackgroundBlur; in backgroundBlurRadiusUpdateFound()