HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DRAG_ENDED (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryDragListener.java 41 case DragEvent.ACTION_DRAG_ENDED:
DragHoverListener.java 136 case DragEvent.ACTION_DRAG_ENDED:
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DragScrollListenerTest.java 75 triggerDragEvent(DragEvent.ACTION_DRAG_ENDED);
76 assertTrue(mDragHandler.mLastDropEvent.getAction() == DragEvent.ACTION_DRAG_ENDED);
108 triggerDragEvent(DragEvent.ACTION_DRAG_ENDED);
135 triggerDragEvent(DragEvent.ACTION_DRAG_ENDED);
152 triggerDragEvent(DragEvent.ACTION_DRAG_ENDED);
  /cts/tests/framework/base/windowmanager/dndtargetappsdk23/src/android/server/wm/dndtargetappsdk23/
DropTarget.java 78 case DragEvent.ACTION_DRAG_ENDED:
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 63 case DragEvent.ACTION_DRAG_ENDED:
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 55 case DragEvent.ACTION_DRAG_ENDED:
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 63 case DragEvent.ACTION_DRAG_ENDED:
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 55 case DragEvent.ACTION_DRAG_ENDED:
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 59 case DragEvent.ACTION_DRAG_ENDED: {
DraggableDot.java 201 case DragEvent.ACTION_DRAG_ENDED: {
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
ImageDragListener.java 63 case DragEvent.ACTION_DRAG_ENDED:
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
ImageDragListener.java 55 case DragEvent.ACTION_DRAG_ENDED:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ClipboardView.java 69 case DragEvent.ACTION_DRAG_ENDED:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java 97 case DragEvent.ACTION_DRAG_ENDED: {
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 145 case DragEvent.ACTION_DRAG_ENDED:
FlingToDeleteHelper.java 71 case DragEvent.ACTION_DRAG_ENDED:
  /cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DropTarget.java 135 case DragEvent.ACTION_DRAG_ENDED:
209 // ClipDescription should be always available except for ACTION_DRAG_ENDED.
211 if (action != DragEvent.ACTION_DRAG_ENDED) {
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoriteListView.java 165 case DragEvent.ACTION_DRAG_ENDED:
171 if (action == DragEvent.ACTION_DROP || action == DragEvent.ACTION_DRAG_ENDED) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
ItemDragListenerTest.java 92 triggerDragEvent(DragEvent.ACTION_DRAG_ENDED);
155 triggerDragEvent(DragEvent.ACTION_DRAG_ENDED);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ItemDragListener.java 79 case DragEvent.ACTION_DRAG_ENDED:
  /cts/tests/tests/view/src/android/view/cts/
DragDropTest.java 161 if (action == DragEvent.ACTION_DRAG_ENDED) {
171 if (ev.getAction() == DragEvent.ACTION_DRAG_ENDED) {
188 int action = DragEvent.ACTION_DRAG_ENDED;
205 int action = DragEvent.ACTION_DRAG_ENDED;
  /frameworks/base/core/java/android/view/
DragEvent.java 104 * <td>ACTION_DRAG_ENDED</td>
168 * @see #ACTION_DRAG_ENDED
224 * event will receive the ACTION_DRAG_ENDED event even if they are not currently visible when
225 * the drag ends. Views removed during the drag operation won't receive the ACTION_DRAG_ENDED
236 public static final int ACTION_DRAG_ENDED = 4;
332 * <li>{@link #ACTION_DRAG_ENDED}</li>
377 * This method returns valid data for all event actions except for {@link #ACTION_DRAG_ENDED}.
412 * This method only returns valid data if the action type is {@link #ACTION_DRAG_ENDED}.
424 * application. In this case, the system sends out {@link #ACTION_DRAG_ENDED} for the current
429 * {@link #ACTION_DRAG_ENDED}, or if the listener returned {@code false} in response t
    [all...]
ViewRootImpl.java     [all...]
ViewGroup.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 164 DragEvent evt = DragEvent.obtain(DragEvent.ACTION_DRAG_ENDED,

Completed in 176 milliseconds

1 2