Merge "Fix 5229466: don't consume pointer events outside the window"
This commit is contained in:
committed by
Android (Google) Code Review
commit
73d84df819
@@ -299,6 +299,7 @@ public class MediaController extends FrameLayout {
|
|||||||
p.format = PixelFormat.TRANSLUCENT;
|
p.format = PixelFormat.TRANSLUCENT;
|
||||||
p.type = WindowManager.LayoutParams.TYPE_APPLICATION_PANEL;
|
p.type = WindowManager.LayoutParams.TYPE_APPLICATION_PANEL;
|
||||||
p.flags |= WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM
|
p.flags |= WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM
|
||||||
|
| WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL
|
||||||
| WindowManager.LayoutParams.FLAG_SPLIT_TOUCH;
|
| WindowManager.LayoutParams.FLAG_SPLIT_TOUCH;
|
||||||
p.token = null;
|
p.token = null;
|
||||||
p.windowAnimations = 0; // android.R.style.DropDownAnimationDown;
|
p.windowAnimations = 0; // android.R.style.DropDownAnimationDown;
|
||||||
|
|||||||
Reference in New Issue
Block a user