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