This method of the DragHelper Class provides a hit-test of the coordinates in the drag method.
protected abstract Object findDragObject(DragSession session, int x, int y);
Returns the object that represents the hit result.
session | The DragSession object that represents the current drag operation. |
x | The x-coordinate to hit-test. |
y | The y-coordinate to hit-test. |