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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
AutoScrollView.java 33 case DragEvent.ACTION_DRAG_LOCATION:
  /cts/hostsidetests/services/windowmanager/dndtargetappsdk23/src/android/wm/cts/dndtargetappsdk23/
DropTarget.java 68 case DragEvent.ACTION_DRAG_LOCATION:
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 52 case DragEvent.ACTION_DRAG_LOCATION:
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 44 case DragEvent.ACTION_DRAG_LOCATION:
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 52 case DragEvent.ACTION_DRAG_LOCATION:
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
ImageDragListener.java 44 case DragEvent.ACTION_DRAG_LOCATION:
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
ImageDragListener.java 52 case DragEvent.ACTION_DRAG_LOCATION:
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
ImageDragListener.java 44 case DragEvent.ACTION_DRAG_LOCATION:
  /packages/apps/Dialer/src/com/android/dialer/list/
RemoveView.java 65 case DragEvent.ACTION_DRAG_LOCATION:
PhoneFavoriteListView.java 163 case DragEvent.ACTION_DRAG_LOCATION:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java 55 case DragEvent.ACTION_DRAG_LOCATION: {
  /cts/tests/tests/view/src/android/view/cts/
DragDropTest.java 363 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.container, R.id.subcontainer);
416 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.container, R.id.subcontainer);
420 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.inner, R.id.inner);
424 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.container, R.id.subcontainer);
469 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.inner, R.id.inner);
515 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.container, R.id.container);
519 expectEvent5(DragEvent.ACTION_DRAG_LOCATION, R.id.subcontainer, R.id.subcontainer);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 144 case DragEvent.ACTION_DRAG_LOCATION:
  /cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DropTarget.java 106 case DragEvent.ACTION_DRAG_LOCATION:
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 210 case DragEvent.ACTION_DRAG_LOCATION: {
  /frameworks/base/core/java/android/view/
DragEvent.java 77 * <td>ACTION_DRAG_LOCATION</td>
180 * ACTION_DRAG_LOCATION events.
183 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the
187 * before receiving any more ACTION_DRAG_LOCATION events.
193 public static final int ACTION_DRAG_LOCATION = 2;
244 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the
248 * before receiving any more ACTION_DRAG_LOCATION events.
251 * @see #ACTION_DRAG_LOCATION
263 * ACTION_DRAG_LOCATION events until the user drags the drag shadow back over the View.
327 * <li>{@link #ACTION_DRAG_LOCATION}</li
    [all...]
ViewRootImpl.java     [all...]
ViewGroup.java     [all...]
View.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 457 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION,
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 280 if (event.getAction() == DragEvent.ACTION_DRAG_LOCATION) {
    [all...]
  /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 

Completed in 1099 milliseconds

1 2