Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ public class StatusBarWindowManager { @Override public void onChange(boolean selfChange) { mKeyguardBlurEnabled = 1 == Settings.System.getInt( mContext.getContentResolver(), Settings.System.BLUR_EFFECT_LOCKSCREEN, 1); mContext.getContentResolver(), Settings.System.BLUR_EFFECT_LOCKSCREEN, 0); } }; Loading packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -457,7 +457,7 @@ public class VolumePanel extends Handler { @Override public void onChange(boolean selfChange) { mBlurUiEnabled = 1 == Settings.System.getInt( mContext.getContentResolver(), Settings.System.BLUR_EFFECT_VOLUMECONTROL, 1); mContext.getContentResolver(), Settings.System.BLUR_EFFECT_VOLUMECONTROL, 0); setupVolumePanelBlur(mBlurUiEnabled); } }; Loading policy/src/com/android/internal/policy/impl/GlobalActions.java +1 −1 Original line number Diff line number Diff line Loading @@ -1251,7 +1251,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac params.apply(mAlert); int blurSetting = Settings.System.getInt( mContext.getContentResolver(), Settings.System.BLUR_EFFECT_GLOBALACTION, 1); Settings.System.BLUR_EFFECT_GLOBALACTION, 0); if( blurSetting == 1 ) { getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ public class StatusBarWindowManager { @Override public void onChange(boolean selfChange) { mKeyguardBlurEnabled = 1 == Settings.System.getInt( mContext.getContentResolver(), Settings.System.BLUR_EFFECT_LOCKSCREEN, 1); mContext.getContentResolver(), Settings.System.BLUR_EFFECT_LOCKSCREEN, 0); } }; Loading
packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -457,7 +457,7 @@ public class VolumePanel extends Handler { @Override public void onChange(boolean selfChange) { mBlurUiEnabled = 1 == Settings.System.getInt( mContext.getContentResolver(), Settings.System.BLUR_EFFECT_VOLUMECONTROL, 1); mContext.getContentResolver(), Settings.System.BLUR_EFFECT_VOLUMECONTROL, 0); setupVolumePanelBlur(mBlurUiEnabled); } }; Loading
policy/src/com/android/internal/policy/impl/GlobalActions.java +1 −1 Original line number Diff line number Diff line Loading @@ -1251,7 +1251,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac params.apply(mAlert); int blurSetting = Settings.System.getInt( mContext.getContentResolver(), Settings.System.BLUR_EFFECT_GLOBALACTION, 1); Settings.System.BLUR_EFFECT_GLOBALACTION, 0); if( blurSetting == 1 ) { getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); Loading