Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DBlurUtils.java24 private static boolean mBlurSupportedSysProp = SystemProperties field in BlurUtils
35 return mBlurSupportedSysProp && !mBlurDisabledSysProp && ActivityManager.isHighEndGfx(); in supportsBlursOnWindows()