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

/frameworks/base/core/java/android/view/
H A DDragEvent.java104 * <td>ACTION_DRAG_ENDED</td>
162 * @see #ACTION_DRAG_ENDED
215 * ACTION_DRAG_ENDED event even if they are not currently visible when the drag ends.
225 public static final int ACTION_DRAG_ENDED = 4; field in class:DragEvent
319 * <li>{@link #ACTION_DRAG_ENDED}</li>
391 * This method only returns valid data if the action type is {@link #ACTION_DRAG_ENDED}.
403 * application. In this case, the system sends out {@link #ACTION_DRAG_ENDED} for the current
408 * {@link #ACTION_DRAG_ENDED}, or if the listener returned {@code false} in response to

Completed in 199 milliseconds