Loading packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public class ScreenPinningRequest implements View.OnClickListener { final WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL, WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, PixelFormat.TRANSLUCENT); Loading Loading
packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public class ScreenPinningRequest implements View.OnClickListener { final WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL, WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, PixelFormat.TRANSLUCENT); Loading