Searched refs:ACTION_DRAG_EXITED (Results 1 – 8 of 8) sorted by relevance
109 case DragEvent.ACTION_DRAG_EXITED: in onDragEvent()
250 public static final int ACTION_DRAG_EXITED = 6; field in DragEvent
1210 event.mAction = DragEvent.ACTION_DRAG_EXITED; in dispatchDragEvent()1251 case DragEvent.ACTION_DRAG_EXITED: { in dispatchDragEvent()
4876 if (what == DragEvent.ACTION_DRAG_EXITED) { in handleDragEvent()
330 DragEvent evt = obtainDragEvent(mTargetWindow, DragEvent.ACTION_DRAG_EXITED, in notifyMoveLw()
341 <td>{@link android.view.DragEvent#ACTION_DRAG_EXITED}</td>421 <td>{@link android.view.DragEvent#ACTION_DRAG_EXITED}</td>749 A{@link android.view.DragEvent#ACTION_DRAG_EXITED} event, it receives a new755 {@link android.view.DragEvent#ACTION_DRAG_EXITED}: This event is sent to a listener that780 In response to {@link android.view.DragEvent#ACTION_DRAG_EXITED}, the listener should reset933 case DragEvent.ACTION_DRAG_EXITED:
8529 case DragEvent.ACTION_DRAG_EXITED: in onDragEvent()
24759 field public static final int ACTION_DRAG_EXITED = 6; // 0x6