Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1316 bool mSupportsBlur = false; variable
DSurfaceFlinger.cpp442 mSupportsBlur = supportsBlurs; in SurfaceFlinger()
443 ALOGI_IF(!mSupportsBlur, "Disabling blur effects, they are not supported."); in SurfaceFlinger()
789 .setSupportsBackgroundBlur(mSupportsBlur) in init()
4064 if (what & layer_state_t::eBackgroundBlurRadiusChanged && mSupportsBlur) { in setClientStateLocked()