This method of the DragHelper Class notifies the recipient when a source object continues through the space that is defined by a container, window, or object.
public int dragOver(DragSession session, int x, int y);
Returns one or more of the following values:
session | The DragSession object that represents the current drag operation. |
x | The x-coordinate of the current cursor position. |
y | The y-coordinate of the current cursor position. |