Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DAutoScrollView.java33 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
/frameworks/base/core/java/android/view/
DDragEvent.java221 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent
538 case ACTION_DRAG_LOCATION: in actionToString()
DViewRootImpl.java27 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()
DViewGroup.java1776 case DragEvent.ACTION_DRAG_LOCATION: in dispatchDragEvent()
DView.java29419 if (event.mAction == DragEvent.ACTION_DRAG_LOCATION || in dispatchDragEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java23 import static android.view.DragEvent.ACTION_DRAG_LOCATION;
333 case ACTION_DRAG_LOCATION: in onDrag()
/frameworks/base/core/java/android/widget/
DTextView.java15663 case DragEvent.ACTION_DRAG_LOCATION: in onDragEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32122 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2
/frameworks/base/core/api/
Dcurrent.txt50845 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2