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

/frameworks/base/core/java/android/view/
H A DDragEvent.java75 * <td>ACTION_DRAG_LOCATION</td>
169 * ACTION_DRAG_LOCATION events.
172 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the
175 * receiving any more ACTION_DRAG_LOCATION events.
181 public static final int ACTION_DRAG_LOCATION = 2; field in class:DragEvent
229 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the
232 * receiving any more ACTION_DRAG_LOCATION events.
235 * @see #ACTION_DRAG_LOCATION
246 * ACTION_DRAG_LOCATION events until the user drags the drag shadow back over the View.
306 * <li>{@link #ACTION_DRAG_LOCATION}</l
[all...]

Completed in 85 milliseconds