Home
last modified time | relevance | path

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

/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd230 {@link android.view.DragEvent#ACTION_DROP}. The drag event contains the data that was
238 the drag shadow in any other situation, no {@link android.view.DragEvent#ACTION_DROP}
247 a drag event with action type {@link android.view.DragEvent#ACTION_DROP}, the system sends
251 events, even if the listener received the {@link android.view.DragEvent#ACTION_DROP} event.
350 <td>{@link android.view.DragEvent#ACTION_DROP}</td>
370 preceded by an {@link android.view.DragEvent#ACTION_DROP} event. If the system sent
371 a {@link android.view.DragEvent#ACTION_DROP}, receiving the
375 returned in response to {@link android.view.DragEvent#ACTION_DROP}. If an
376 {@link android.view.DragEvent#ACTION_DROP} event was not sent, then
430 <td>{@link android.view.DragEvent#ACTION_DROP}</td>
[all …]
/frameworks/base/core/java/android/view/
DDragEvent.java201 public static final int ACTION_DROP = 3; field in DragEvent
DViewRootImpl.java5264 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent()
5299 if (what == DragEvent.ACTION_DROP) { in handleDragEvent()
DViewGroup.java1511 case DragEvent.ACTION_DROP: { in dispatchDragEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java372 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DROP, x, y, in notifyDropLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DQsTuner.java491 case DragEvent.ACTION_DROP: in onDrag()
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd212 {@link android.view.DragEvent#ACTION_DROP}. Each view that wants to participate in a drag
228 {@link android.view.DragEvent#ACTION_DROP}). During a drag, the system repeatedly calls {@link
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3001 case DragEvent.ACTION_DROP: in onDragEvent()
/frameworks/base/core/java/android/widget/
DTextView.java9568 case DragEvent.ACTION_DROP: in onDragEvent()
/frameworks/base/api/
Dcurrent.txt34671 field public static final int ACTION_DROP = 3; // 0x3
Dsystem-current.txt36963 field public static final int ACTION_DROP = 3; // 0x3