Searched refs:ACTION_DRAG_STARTED (Results 1 – 9 of 9) sorted by relevance
160 public static final int ACTION_DRAG_STARTED = 1; field in DragEvent
1153 case DragEvent.ACTION_DRAG_STARTED: { in dispatchDragEvent()
4930 if (what == DragEvent.ACTION_DRAG_STARTED) { in handleDragEvent()
197 {@link android.view.DragEvent#ACTION_DRAG_STARTED} to the drag event listeners for314 <td>{@link android.view.DragEvent#ACTION_DRAG_STARTED}</td>355 {@link android.view.DragEvent#ACTION_DRAG_STARTED} drag event. This action type is not394 <td>{@link android.view.DragEvent#ACTION_DRAG_STARTED}</td>693 At the start of a drag, this methods returns {@link android.view.DragEvent#ACTION_DRAG_STARTED}.696 In response to an event with the action type {@link android.view.DragEvent#ACTION_DRAG_STARTED},719 Note that for an {@link android.view.DragEvent#ACTION_DRAG_STARTED} event, these727 the {@link android.view.DragEvent#ACTION_DRAG_STARTED} drag event continue to receive drag888 case DragEvent.ACTION_DRAG_STARTED:
226 DragEvent event = obtainDragEvent(newWin, DragEvent.ACTION_DRAG_STARTED, in sendDragStartedLw()
211 android.view.DragEvent#ACTION_DRAG_STARTED}, {@link android.view.DragEvent#ACTION_DRAG_ENTERED}, and227 android.view.DragEvent#ACTION_DRAG_STARTED}, {@link android.view.DragEvent#ACTION_DRAG_ENTERED}, and
2795 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
8633 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
26382 field public static final int ACTION_DRAG_STARTED = 1; // 0x1