Searched defs:supportsBackgroundBlur (Results 1 – 5 of 5) sorted by relevance
68 bool supportsBackgroundBlur() override { return mBlurFilter != nullptr; } in supportsBackgroundBlur() function
243 bool supportsBackgroundBlur; member315 bool supportsBackgroundBlur = false; member
206 bool supportsBackgroundBlur; member286 bool supportsBackgroundBlur = false; member
73 bool supportsBackgroundBlur() override { return mBlurFilter != nullptr; } in supportsBackgroundBlur() function
359 bool RenderEngineThreaded::supportsBackgroundBlur() { in supportsBackgroundBlur() function in android::renderengine::threaded::RenderEngineThreaded