Merge "Fix CrossAppDragAndDropTests failed" into tm-dev am: 1ae1828729
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18753447 Change-Id: Ic6a66c1d5bdd869db7cccdb333f543fe60909d1f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -342,6 +342,11 @@ class DragDropController {
|
||||
}
|
||||
|
||||
void reportDropWindow(IBinder token, float x, float y) {
|
||||
if (mDragState == null) {
|
||||
Slog.w(TAG_WM, "Drag state is closed.");
|
||||
return;
|
||||
}
|
||||
|
||||
synchronized (mService.mGlobalLock) {
|
||||
mDragState.reportDropWindowLock(token, x, y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user