Home | History | Annotate | Download | only in view

Lines Matching defs:ACTION_DRAG_ENTERED

35  *  For example, a View can react to the {@link #ACTION_DRAG_ENTERED} action type by
68 * <td>ACTION_DRAG_ENTERED</td>
175 * {@link #ACTION_DRAG_ENTERED} if the drag shadow is still within the View object's bounding
179 * A View receives an {@link #ACTION_DRAG_ENTERED} event before receiving any
186 * of a descendant view that can accept the data, the View receives an ACTION_DRAG_ENTERED again
189 * @see #ACTION_DRAG_ENTERED
240 * If the View can accept a drop, it can react to ACTION_DRAG_ENTERED
247 * of a descendant view that can accept the data, the View receives an ACTION_DRAG_ENTERED again
250 * @see #ACTION_DRAG_ENTERED
253 public static final int ACTION_DRAG_ENTERED = 5;
326 * <li>{@link #ACTION_DRAG_ENTERED}</li>