Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDragEvent.java181 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent
DViewRootImpl.java4938 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()
5824 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) { in dispatchDragEvent()
DViewGroup.java1210 case DragEvent.ACTION_DRAG_LOCATION: { in dispatchDragEvent()
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd333 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>
345 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event, and after the user has moved
412 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>
747 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}: Once the listener receives an
750 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event every time the touch point moves.
768 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}, the listener can change the appearance
772 An event with the action type {@link android.view.DragEvent#ACTION_DRAG_LOCATION} contains
783 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}. This indicates to the user that
926 case DragEvent.ACTION_DRAG_LOCATION:
/frameworks/base/services/java/com/android/server/wm/
DDragState.java342 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()
/frameworks/base/core/java/android/widget/
DTextView.java8640 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
/frameworks/base/api/
Dcurrent.txt26381 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2