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

1 2

  /cts/hostsidetests/services/windowmanager/dndtargetappsdk23/src/android/wm/cts/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/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 181 case DragEvent.ACTION_DRAG_ENDED:
187 if (action == DragEvent.ACTION_DROP || action == DragEvent.ACTION_DRAG_ENDED) {
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 161 case DragEvent.ACTION_DRAG_ENDED:
  /cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DropTarget.java 123 case DragEvent.ACTION_DRAG_ENDED:
  /frameworks/base/core/java/android/view/
DragEvent.java 104 * <td>ACTION_DRAG_ENDED</td>
167 * @see #ACTION_DRAG_ENDED
222 * event will receive the ACTION_DRAG_ENDED event even if they are not currently visible when
223 * the drag ends. Views removed during the drag operation won't receive the ACTION_DRAG_ENDED
234 public static final int ACTION_DRAG_ENDED = 4;
330 * <li>{@link #ACTION_DRAG_ENDED}</li>
373 * This method returns valid data for all event actions except for {@link #ACTION_DRAG_ENDED}.
395 * This method returns valid data for all event actions except for {@link #ACTION_DRAG_ENDED}.
406 * This method only returns valid data if the action type is {@link #ACTION_DRAG_ENDED}.
418 * application. In this case, the system sends out {@link #ACTION_DRAG_ENDED} for the curren
    [all...]
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
DragDropTest.java 100 if (ev.getAction() == DragEvent.ACTION_DRAG_ENDED) {
115 mExpected.add(new LogEntry(v, obtainDragEvent(DragEvent.ACTION_DRAG_ENDED, x, y, result)));
129 mExpected.add(new LogEntry(v, obtainDragEvent(DragEvent.ACTION_DRAG_ENDED,
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 351 DragEvent evt = DragEvent.obtain(DragEvent.ACTION_DRAG_ENDED,
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 722 milliseconds

1 2