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

/frameworks/base/core/java/android/view/
H A DDragEvent.java84 * <td>ACTION_DRAG_EXITED</td>
245 * After the system sends an ACTION_DRAG_EXITED event to the View, the View receives no more
250 public static final int ACTION_DRAG_EXITED = 6; field in class:DragEvent
308 * <li>{@link #ACTION_DRAG_EXITED}</li>
328 * {@link #ACTION_DROP}, or {@link #ACTION_DRAG_EXITED}.

Completed in 36 milliseconds