Searched refs:ACTION_DRAG_STARTED (Results 1 – 10 of 10) sorted by relevance
103 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
160 public static final int ACTION_DRAG_STARTED = 1; field in DragEvent
1012 case DragEvent.ACTION_DRAG_STARTED: { in dispatchDragEvent()
3417 if (what == DragEvent.ACTION_DRAG_STARTED) { in handleDragEvent()
198 {@link android.view.DragEvent#ACTION_DRAG_STARTED} to the drag event listeners for315 <td>{@link android.view.DragEvent#ACTION_DRAG_STARTED}</td>356 {@link android.view.DragEvent#ACTION_DRAG_STARTED} drag event. This action type is not395 <td>{@link android.view.DragEvent#ACTION_DRAG_STARTED}</td>694 At the start of a drag, this methods returns {@link android.view.DragEvent#ACTION_DRAG_STARTED}.697 In response to an event with the action type {@link android.view.DragEvent#ACTION_DRAG_STARTED},720 Note that for an {@link android.view.DragEvent#ACTION_DRAG_STARTED} event, these728 the {@link android.view.DragEvent#ACTION_DRAG_STARTED} drag event continue to receive drag889 case DragEvent.ACTION_DRAG_STARTED:
207 DragEvent event = obtainDragEvent(newWin, DragEvent.ACTION_DRAG_STARTED, in sendDragStartedLw()
282 android.view.DragEvent#ACTION_DRAG_STARTED}, {@link android.view.DragEvent#ACTION_DRAG_ENTERED}, and298 android.view.DragEvent#ACTION_DRAG_STARTED}, {@link android.view.DragEvent#ACTION_DRAG_ENTERED}, and
11184 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
21740 field public static final int ACTION_DRAG_STARTED = 1; // 0x1