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

1 2

  /cts/hostsidetests/services/windowmanager/dndtargetappsdk23/src/android/wm/cts/dndtargetappsdk23/
DropTarget.java 74 case DragEvent.ACTION_DROP:
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 60 case DragEvent.ACTION_DROP:
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 52 case DragEvent.ACTION_DROP:
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 60 case DragEvent.ACTION_DROP:
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 52 case DragEvent.ACTION_DROP:
  /development/samples/ApiDemos/src/com/example/android/apis/media/
VideoViewDemo.java 55 if (event.getAction() != DragEvent.ACTION_DROP) {
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
ImageDragListener.java 60 case DragEvent.ACTION_DROP:
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
ImageDragListener.java 52 case DragEvent.ACTION_DROP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ClipboardView.java 66 case DragEvent.ACTION_DROP:
  /packages/apps/Dialer/src/com/android/dialer/list/
RemoveView.java 71 case DragEvent.ACTION_DROP:
PhoneFavoriteListView.java 182 case DragEvent.ACTION_DROP:
187 if (action == DragEvent.ACTION_DROP || action == DragEvent.ACTION_DRAG_ENDED) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java 94 case DragEvent.ACTION_DROP: {
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 150 case DragEvent.ACTION_DROP:
  /cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DropTarget.java 112 case DragEvent.ACTION_DROP:
  /cts/tests/tests/view/src/android/view/cts/
DragDropTest.java 315 expectEvent5(DragEvent.ACTION_DROP, R.id.inner, R.id.inner);
364 expectEvent6(DragEvent.ACTION_DROP, R.id.container, R.id.subcontainer);
428 expectEvent5(DragEvent.ACTION_DROP, R.id.inner, R.id.inner);
520 expectEvent6(DragEvent.ACTION_DROP, R.id.subcontainer, R.id.subcontainer);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 216 case DragEvent.ACTION_DROP: {
  /frameworks/base/core/java/android/view/
DragEvent.java 95 * <td>ACTION_DROP</td>
214 public static final int ACTION_DROP = 3;
228 * If a View returned {@code true} in response to {@link #ACTION_DROP}, then
328 * <li>{@link #ACTION_DROP}</li>
339 * {@link #ACTION_DRAG_STARTED}, {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
348 * {@link #ACTION_DRAG_STARTED}, {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
359 * This method only returns valid data if the event action is {@link #ACTION_DROP}.
411 * {@link #ACTION_DROP} event to the View object's drag event listener. If the listener
416 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
419 * operation, but never sends out {@link #ACTION_DROP}
    [all...]
ViewRootImpl.java     [all...]
ViewGroup.java     [all...]
View.java     [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 93 case DragEvent.ACTION_DROP:
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 511 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DROP, x, y,
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java     [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 644 milliseconds

1 2