Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DFlattener.cpp319 bool disableBlur = priorBlurLayer && in mergeWithCachedSets() local
332 .disableBackgroundBlur = disableBlur, in mergeWithCachedSets()
359 bool disableBlur = in mergeWithCachedSets() local
372 .disableBackgroundBlur = disableBlur, in mergeWithCachedSets()
380 bool disableBlur = in mergeWithCachedSets() local
384 state.overrideInfo.disableBackgroundBlur = disableBlur; in mergeWithCachedSets()
390 bool disableBlur = in mergeWithCachedSets() local
394 state.overrideInfo.disableBackgroundBlur = disableBlur; in mergeWithCachedSets()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java213 final boolean disableBlur; in runSetBlurDisabled()
217 disableBlur = true; in runSetBlurDisabled()
221 disableBlur = false; in runSetBlurDisabled()
229 Settings.Global.DISABLE_WINDOW_BLURS, disableBlur ? 1 : 0); in runSetBlurDisabled()