Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp688 bool foundShadowRadius) { in shadowRadiusUpdateFound() argument
690 if (hasShadowRadius && !foundShadowRadius) { in shadowRadiusUpdateFound()
691 foundShadowRadius = true; in shadowRadiusUpdateFound()
692 } else if (hasShadowRadius && foundShadowRadius) { in shadowRadiusUpdateFound()
695 return foundShadowRadius; in shadowRadiusUpdateFound()