Searched refs:ACTION_DRAG_LOCATION (Results 1 – 9 of 9) sorted by relevance
33 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
221 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent538 case ACTION_DRAG_LOCATION: in actionToString()
27 import static android.view.DragEvent.ACTION_DRAG_LOCATION;6827 final boolean traceDragEvent = event.mAction != ACTION_DRAG_LOCATION; in handleMessageImpl()8968 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()8993 if (what == DragEvent.ACTION_DRAG_LOCATION && !event.mEventHandlerWasCalled) { in handleDragEvent()10394 isExiting ? DragEvent.ACTION_DRAG_EXITED : DragEvent.ACTION_DRAG_LOCATION, in onDragEvent()10692 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) { in dispatchDragEvent()
1776 case DragEvent.ACTION_DRAG_LOCATION: in dispatchDragEvent()
29419 if (event.mAction == DragEvent.ACTION_DRAG_LOCATION || in dispatchDragEvent()
23 import static android.view.DragEvent.ACTION_DRAG_LOCATION;333 case ACTION_DRAG_LOCATION: in onDrag()
15663 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
32122 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2
50845 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2