Loading services/core/java/com/android/server/wm/DragDropController.java +5 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
services/core/java/com/android/server/wm/DragDropController.java +5 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading