Lines Matching full:drag
25 * Interface defining an object that can receive a drag.
42 /** This indicates whether a drag is in final stages, either drop or cancel. It
43 * differentiates onDragExit, since this is called when the drag is ending, above
44 * the current drag target, or when the drag moves off the current drag object.
48 /** The view that moves around while you drag. */
54 /** Where the drag originated */
57 /** Post drag animation runnable */
60 /** Indicates that the drag operation was cancelled */
81 Log.e(TAG, "onDragEnter: Drag contract violated: " + dragParity);
88 Log.e(TAG, "onDragExit: Drag contract violated: " + dragParity);
95 Log.e(TAG, "onDragEnter: Drag contract violated: " + dragParity);
102 Log.e(TAG, "onDragExit: Drag contract violated: " + dragParity);
117 * @param source DragSource where the drag started
147 * @param source DragSource where the drag started