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

/frameworks/base/core/java/android/view/
H A DDragEvent.java95 * <td>ACTION_DROP</td>
216 public static final int ACTION_DROP = 3; field in class:DragEvent
230 * If a View returned {@code true} in response to {@link #ACTION_DROP}, then
330 * <li>{@link #ACTION_DROP}</li>
341 * {@link #ACTION_DRAG_STARTED}, {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
350 * {@link #ACTION_DRAG_STARTED}, {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
362 * This method only returns valid data if the event action is {@link #ACTION_DROP}.
417 * {@link #ACTION_DROP} event to the View object's drag event listener. If the listener
422 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
425 * operation, but never sends out {@link #ACTION_DROP}
[all...]

Completed in 46 milliseconds