Merge "Fix cross-app drag and drop" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bcac3bd744
@@ -10490,6 +10490,11 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
continue;
|
||||
}
|
||||
|
||||
child.getVisibleBounds(mTmpRect);
|
||||
if (!mTmpRect.contains(x, y)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
child.getTouchableRegion(mTmpRegion);
|
||||
|
||||
final int touchFlags = flags &
|
||||
|
||||
Reference in New Issue
Block a user