Searched refs:ACTION_DRAG_EXITED (Results 1 – 9 of 9) sorted by relevance
110 case DragEvent.ACTION_DRAG_EXITED: in onDragEvent()
250 public static final int ACTION_DRAG_EXITED = 6; field in DragEvent
1084 event.mAction = DragEvent.ACTION_DRAG_EXITED; in dispatchDragEvent()1125 case DragEvent.ACTION_DRAG_EXITED: { in dispatchDragEvent()
3408 if (what == DragEvent.ACTION_DRAG_EXITED) { in handleDragEvent()
312 DragEvent evt = obtainDragEvent(mTargetWindow, DragEvent.ACTION_DRAG_EXITED, in notifyMoveLw()
342 <td>{@link android.view.DragEvent#ACTION_DRAG_EXITED}</td>422 <td>{@link android.view.DragEvent#ACTION_DRAG_EXITED}</td>750 A{@link android.view.DragEvent#ACTION_DRAG_EXITED} event, it receives a new756 {@link android.view.DragEvent#ACTION_DRAG_EXITED}: This event is sent to a listener that781 In response to {@link android.view.DragEvent#ACTION_DRAG_EXITED}, the listener should reset934 case DragEvent.ACTION_DRAG_EXITED:
11201 case DragEvent.ACTION_DRAG_EXITED: in onDragEvent()
21738 field public static final int ACTION_DRAG_EXITED = 6; // 0x6