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

/frameworks/base/core/java/android/view/
H A DDragEvent.java77 * <td>ACTION_DRAG_LOCATION</td>
180 * ACTION_DRAG_LOCATION events.
183 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the
187 * before receiving any more ACTION_DRAG_LOCATION events.
193 public static final int ACTION_DRAG_LOCATION = 2; field in class:DragEvent
244 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the
248 * before receiving any more ACTION_DRAG_LOCATION events.
251 * @see #ACTION_DRAG_LOCATION
263 * ACTION_DRAG_LOCATION events until the user drags the drag shadow back over the View.
327 * <li>{@link #ACTION_DRAG_LOCATION}</l
[all...]

Completed in 58 milliseconds