Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -436,6 +436,9 @@ public class ScreenDecorations extends SystemUI implements Tunable { lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS | WindowManager.LayoutParams.PRIVATE_FLAG_NO_MOVE_ANIMATION; | WindowManager.LayoutParams.PRIVATE_FLAG_NO_MOVE_ANIMATION; // FLAG_SLIPPERY can only be set by trusted overlays lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_TRUSTED_OVERLAY; if (!DEBUG_SCREENSHOT_ROUNDED_CORNERS) { if (!DEBUG_SCREENSHOT_ROUNDED_CORNERS) { lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_IS_ROUNDED_CORNERS_OVERLAY; lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_IS_ROUNDED_CORNERS_OVERLAY; } } Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -436,6 +436,9 @@ public class ScreenDecorations extends SystemUI implements Tunable { lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS | WindowManager.LayoutParams.PRIVATE_FLAG_NO_MOVE_ANIMATION; | WindowManager.LayoutParams.PRIVATE_FLAG_NO_MOVE_ANIMATION; // FLAG_SLIPPERY can only be set by trusted overlays lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_TRUSTED_OVERLAY; if (!DEBUG_SCREENSHOT_ROUNDED_CORNERS) { if (!DEBUG_SCREENSHOT_ROUNDED_CORNERS) { lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_IS_ROUNDED_CORNERS_OVERLAY; lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_IS_ROUNDED_CORNERS_OVERLAY; } } Loading