Searched refs:ACTION_DRAG_EXITED (Results 1 – 7 of 7) sorted by relevance
250 public static final int ACTION_DRAG_EXITED = 6; field in DragEvent
1227 event.mAction = DragEvent.ACTION_DRAG_EXITED; in dispatchDragEvent()1268 case DragEvent.ACTION_DRAG_EXITED: { in dispatchDragEvent()
4921 if (what == DragEvent.ACTION_DRAG_EXITED) { in handleDragEvent()
331 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:
8650 case DragEvent.ACTION_DRAG_EXITED: in onDragEvent()
26380 field public static final int ACTION_DRAG_EXITED = 6; // 0x6