Home
last modified time | relevance | path

Searched refs:ACTION_DRAG_LOCATION (Results 1 – 10 of 10) 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.java195 public static final int ACTION_DRAG_LOCATION = 2; field in DragEvent
DViewRootImpl.java6320 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) {
6344 if (what == DragEvent.ACTION_DRAG_LOCATION && !event.mEventHandlerWasCalled) {
7427 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) { in dispatchDragEvent()
DViewGroup.java1712 case DragEvent.ACTION_DRAG_LOCATION: in dispatchDragEvent()
DView.java24226 if (event.mAction == DragEvent.ACTION_DRAG_LOCATION || in dispatchDragEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java494 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyLocationLocked()
/frameworks/base/core/java/android/widget/
DTextView.java11860 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/api/
Dcurrent.txt46011 field public static final int ACTION_DRAG_LOCATION = 2; // 0x2
/frameworks/base/config/
Dhiddenapi-public-dex.txt48418 Landroid/view/DragEvent;->ACTION_DRAG_LOCATION:I