Home
last modified time | relevance | path

Searched refs:ACTION_DROP (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd231 {@link android.view.DragEvent#ACTION_DROP}. The drag event contains the data that was
239 the drag shadow in any other situation, no {@link android.view.DragEvent#ACTION_DROP}
248 a drag event with action type {@link android.view.DragEvent#ACTION_DROP}, the system sends
252 events, even if the listener received the {@link android.view.DragEvent#ACTION_DROP} event.
351 <td>{@link android.view.DragEvent#ACTION_DROP}</td>
371 preceded by an {@link android.view.DragEvent#ACTION_DROP} event. If the system sent
372 a {@link android.view.DragEvent#ACTION_DROP}, receiving the
376 returned in response to {@link android.view.DragEvent#ACTION_DROP}. If an
377 {@link android.view.DragEvent#ACTION_DROP} event was not sent, then
431 <td>{@link android.view.DragEvent#ACTION_DROP}</td>
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DShirtPocket.java113 case DragEvent.ACTION_DROP: in onDragEvent()
/frameworks/base/core/java/android/view/
DDragEvent.java201 public static final int ACTION_DROP = 3; field in DragEvent
DViewRootImpl.java3425 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()
3460 if (what == DragEvent.ACTION_DROP) { in handleDragEvent()
DViewGroup.java1136 case DragEvent.ACTION_DROP: { in dispatchDragEvent()
/frameworks/base/services/java/com/android/server/wm/
DDragState.java353 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DROP, x, y, in notifyDropLw()
/frameworks/base/docs/html/sdk/
Dandroid-3.0.jd283 {@link android.view.DragEvent#ACTION_DROP}. Each view that wants to participate in a drag
299 {@link android.view.DragEvent#ACTION_DROP}). During a drag, the system repeatedly calls {@link
/frameworks/base/core/java/android/widget/
DTextView.java11196 case DragEvent.ACTION_DROP: in onDragEvent()
/frameworks/base/api/
Dcurrent.txt21741 field public static final int ACTION_DROP = 3; // 0x3
D14.txt21741 field public static final int ACTION_DROP = 3; // 0x3