Searched refs:ACTION_DROP (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/docs/html/guide/topics/ui/ |
D | drag-drop.jd | 231 {@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/ |
D | ShirtPocket.java | 113 case DragEvent.ACTION_DROP: in onDragEvent()
|
/frameworks/base/core/java/android/view/ |
D | DragEvent.java | 201 public static final int ACTION_DROP = 3; field in DragEvent
|
D | ViewRootImpl.java | 3425 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent() 3460 if (what == DragEvent.ACTION_DROP) { in handleDragEvent()
|
D | ViewGroup.java | 1136 case DragEvent.ACTION_DROP: { in dispatchDragEvent()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | DragState.java | 353 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DROP, x, y, in notifyDropLw()
|
/frameworks/base/docs/html/sdk/ |
D | android-3.0.jd | 283 {@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/ |
D | TextView.java | 11196 case DragEvent.ACTION_DROP: in onDragEvent()
|
/frameworks/base/api/ |
D | current.txt | 21741 field public static final int ACTION_DROP = 3; // 0x3
|
D | 14.txt | 21741 field public static final int ACTION_DROP = 3; // 0x3
|