Searched defs:ACTION_DROP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDragEvent.java93 * <td>ACTION_DROP</td>
201 public static final int ACTION_DROP = 3; field in class:DragEvent
213 * If a View returned {@code true} in response to {@link #ACTION_DROP}, then
307 * <li>{@link #ACTION_DROP}</li>
318 * {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
328 * {@link #ACTION_DROP}, or {@link #ACTION_DRAG_EXITED}.
339 * This method only returns valid data if the event action is {@link #ACTION_DROP}.
382 * {@link #ACTION_DROP} event to the View object's drag event listener. If the listener
387 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
390 * operation, but never sends out {@link #ACTION_DROP}
[all...]

Completed in 40 milliseconds