Searched refs:ACTION_DRAG_LOCATION (Results 1 – 7 of 7) sorted by relevance
181 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent
4938 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()5824 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) { in dispatchDragEvent()
1210 case DragEvent.ACTION_DRAG_LOCATION: { in dispatchDragEvent()
333 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>345 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event, and after the user has moved412 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>747 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}: Once the listener receives an750 {@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 appearance772 An event with the action type {@link android.view.DragEvent#ACTION_DRAG_LOCATION} contains783 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}. This indicates to the user that926 case DragEvent.ACTION_DRAG_LOCATION:
342 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()
8640 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
26381 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2