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. */
123 * Interface to receive notifications when a drag starts or stops
128 * A drag has begun
130 * @param source An object representing where the drag originated
132 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
138 * The drag has ended
166 * Starts a drag.
170 * @param source An object representing where the drag originated
172 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
197 * Starts a drag.
199 * @param b The bitmap to display as the drag image. It will be re-scaled to the
203 * @param source An object representing where the drag originated
205 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
299 * Call this from a drag source view like this:
332 // Cancel the current drag if we are removing an app that we are dragging
366 // Only end the drag if we are not deferred
378 * This only gets called as a result of drag view cleanup being deferred in endDrag();
394 * Clamps the position to the drag layer bounds.
416 * Call this from a drag source view.
562 * Call this from a drag source view.
733 * Sets the drag listner which will be notified when a drag starts or ends.
740 * Remove a previously installed drag listener.