Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDragEvent.java181 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent
DViewRootImpl.java3425 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()
3852 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) { in dispatchDragEvent()
DViewGroup.java1067 case DragEvent.ACTION_DRAG_LOCATION: { in dispatchDragEvent()
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd334 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>
346 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event, and after the user has moved
413 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>
748 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}: Once the listener receives an
751 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event every time the touch point moves.
769 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}, the listener can change the appearance
773 An event with the action type {@link android.view.DragEvent#ACTION_DRAG_LOCATION} contains
784 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}. This indicates to the user that
927 case DragEvent.ACTION_DRAG_LOCATION:
/frameworks/base/services/java/com/android/server/wm/
DDragState.java323 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()
/frameworks/base/core/java/android/widget/
DTextView.java11191 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
/frameworks/base/api/
Dcurrent.txt21739 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2
D14.txt21739 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2