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

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

Completed in 177 milliseconds