Home
last modified time | relevance | path

Searched refs:ACTION_DRAG_ENDED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DDragEvent.java219 public static final int ACTION_DRAG_ENDED = 4; field in DragEvent
DViewGroup.java1186 case DragEvent.ACTION_DRAG_ENDED: { in dispatchDragEvent()
DViewRootImpl.java4985 if (what == DragEvent.ACTION_DRAG_ENDED) { in handleDragEvent()
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd207 {@link android.view.DragEvent#ACTION_DRAG_ENDED}. By sending <code>false</code>, the
248 out a drag event with action type {@link android.view.DragEvent#ACTION_DRAG_ENDED} to
366 <td>{@link android.view.DragEvent#ACTION_DRAG_ENDED}</td>
372 {@link android.view.DragEvent#ACTION_DRAG_ENDED} action type does not imply that the
439 <td>{@link android.view.DragEvent#ACTION_DRAG_ENDED}</td>
715 {@link android.view.DragEvent#ACTION_DRAG_ENDED}.
807 {@link android.view.DragEvent#ACTION_DRAG_ENDED} event.
811 {@link android.view.DragEvent#ACTION_DRAG_ENDED} event is <code>false</code>.
827 {@link android.view.DragEvent#ACTION_DRAG_ENDED} event.
833 {@link android.view.DragEvent#ACTION_DRAG_ENDED}. This indicates that the drag operation is
[all …]
/frameworks/base/services/java/com/android/server/wm/
DDragState.java266 DragEvent evt = DragEvent.obtain(DragEvent.ACTION_DRAG_ENDED, in broadcastDragEndedLw()
/frameworks/base/core/java/android/widget/
DTextView.java8649 case DragEvent.ACTION_DRAG_ENDED: in onDragEvent()
/frameworks/base/api/
Dcurrent.txt26378 field public static final int ACTION_DRAG_ENDED = 4; // 0x4