Home | History | Annotate | Download | only in view

Lines Matching defs:ACTION_DRAG_ENTERED

33  *  For example, a View can react to the {@link #ACTION_DRAG_ENTERED} action type by
66 * <td>ACTION_DRAG_ENTERED</td>
164 * {@link #ACTION_DRAG_ENTERED} if the drag shadow is still within the View object's bounding
168 * A View receives an {@link #ACTION_DRAG_ENTERED} event before receiving any
174 * into the View object's bounding box, the View receives an ACTION_DRAG_ENTERED again before
177 * @see #ACTION_DRAG_ENTERED
225 * If the View can accept a drop, it can react to ACTION_DRAG_ENTERED
231 * into the View object's bounding box, the View receives an ACTION_DRAG_ENTERED again before
234 * @see #ACTION_DRAG_ENTERED
237 public static final int ACTION_DRAG_ENTERED = 5;
305 * <li>{@link #ACTION_DRAG_ENTERED}</li>
327 * event action is {@link #ACTION_DRAG_ENTERED}, {@link #ACTION_DRAG_LOCATION},