Lines Matching full:drag
41 * Class for initiating a drag within a view or across multiple views.
46 /** Indicates the drag is a move. */
49 /** Indicates the drag is a copy. */
121 * Interface to receive notifications when a drag starts or stops
125 * A drag has begun
127 * @param source An object representing where the drag originated
129 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
135 * The drag has ended
162 * Starts a drag.
166 * @param source An object representing where the drag originated
168 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
193 * Starts a drag.
195 * @param b The bitmap to display as the drag image. It will be re-scaled to the
199 * @param source An object representing where the drag originated
201 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
295 * Call this from a drag source view like this:
328 // Cancel the current drag if we are removing an app that we are dragging
362 // Only end the drag if we are not deferred
374 * This only gets called as a result of drag view cleanup being deferred in endDrag();
392 * Clamps the position to the drag layer bounds.
414 * Call this from a drag source view.
560 * Call this from a drag source view.
726 * Sets the drag listner which will be notified when a drag starts or ends.
733 * Remove a previously installed drag listener.