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

/frameworks/base/core/java/android/view/
H A DDragEvent.java35 * For example, a View can react to the {@link #ACTION_DRAG_ENTERED} action type by
68 * <td>ACTION_DRAG_ENTERED</td>
176 * {@link #ACTION_DRAG_ENTERED} while the drag shadow is still within the View object's bounding
181 * A View receives an {@link #ACTION_DRAG_ENTERED} event before receiving any
188 * of a descendant view that can accept the data, the View receives an ACTION_DRAG_ENTERED again
191 * @see #ACTION_DRAG_ENTERED
242 * If the View can accept a drop, it can react to ACTION_DRAG_ENTERED
249 * of a descendant view that can accept the data, the View receives an ACTION_DRAG_ENTERED again
252 * @see #ACTION_DRAG_ENTERED
255 public static final int ACTION_DRAG_ENTERED field in class:DragEvent
[all...]

Completed in 9 milliseconds