Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +3 −0 Original line number Diff line number Diff line Loading @@ -1054,6 +1054,9 @@ public class PhoneStatusBar extends BaseStatusBar { } private static void makeSlippery(View view, boolean slippery) { if (view == null) { return; } WindowManager.LayoutParams lp = (WindowManager.LayoutParams) view.getLayoutParams(); if (slippery) { lp.flags |= WindowManager.LayoutParams.FLAG_SLIPPERY; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +3 −0 Original line number Diff line number Diff line Loading @@ -1054,6 +1054,9 @@ public class PhoneStatusBar extends BaseStatusBar { } private static void makeSlippery(View view, boolean slippery) { if (view == null) { return; } WindowManager.LayoutParams lp = (WindowManager.LayoutParams) view.getLayoutParams(); if (slippery) { lp.flags |= WindowManager.LayoutParams.FLAG_SLIPPERY; Loading