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

  /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: {
  /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) {
  /frameworks/base/core/java/android/view/
DragEvent.java 102 * <td>ACTION_DRAG_ENDED</td>
158 * @see #ACTION_DRAG_ENDED
209 * ACTION_DRAG_ENDED event even if they are not currently visible when the drag ends.
219 public static final int ACTION_DRAG_ENDED = 4;
309 * <li>{@link #ACTION_DRAG_ENDED}</li>
377 * This method only returns valid data if the action type is {@link #ACTION_DRAG_ENDED}.
389 * application. In this case, the system sends out {@link #ACTION_DRAG_ENDED} for the current
394 * {@link #ACTION_DRAG_ENDED}, or if the listener returned {@code false} in response to
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 266 DragEvent evt = DragEvent.obtain(DragEvent.ACTION_DRAG_ENDED,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
QsTuner.java 486 case DragEvent.ACTION_DRAG_ENDED:
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 1271 milliseconds