Searched refs:ACTION_DRAG_LOCATION (Results 1 – 8 of 8) sorted by relevance
181 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent
3425 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()3852 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) { in dispatchDragEvent()
1067 case DragEvent.ACTION_DRAG_LOCATION: { in dispatchDragEvent()
334 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>346 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event, and after the user has moved413 <td>{@link android.view.DragEvent#ACTION_DRAG_LOCATION}</td>748 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}: Once the listener receives an751 {@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 appearance773 An event with the action type {@link android.view.DragEvent#ACTION_DRAG_LOCATION} contains784 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}. This indicates to the user that927 case DragEvent.ACTION_DRAG_LOCATION:
323 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()
11191 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
21739 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2