Searched defs:dragSource (Results 1 – 3 of 3) sorted by relevance
106 DragSource dragSource = (target, dragObject, success) -> { }; in onWidgetItemLongClick() local125 image.getWidth(), new Point(loc[0], loc[1]), dragSource, new DragOptions()); in onWidgetItemLongClick() local
64 public DragSource dragSource = null; field in DropTarget.DragObject
31 when (val dragSource = d.dragSource) { in onSecondaryTargetCompleteDrop() method