Searched refs:ACTION_DROP (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/docs/html/guide/topics/ui/ |
D | drag-drop.jd | 230 {@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/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | ShirtPocket.java | 112 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 | 4893 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) { in handleDragEvent() 4928 if (what == DragEvent.ACTION_DROP) { in handleDragEvent()
|
D | ViewGroup.java | 1262 case DragEvent.ACTION_DROP: { in dispatchDragEvent()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | DragState.java | 371 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DROP, x, y, in notifyDropLw()
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 212 {@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/ex/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2744 case DragEvent.ACTION_DROP: in onDragEvent()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 8524 case DragEvent.ACTION_DROP: in onDragEvent()
|
/frameworks/base/api/ |
D | current.txt | 24762 field public static final int ACTION_DROP = 3; // 0x3
|