HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DRAG_ENDED (Results 1 - 13 of 13) 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: {
  /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/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 117 case DragEvent.ACTION_DRAG_ENDED:
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 251 DragEvent evt = DragEvent.obtain(DragEvent.ACTION_DRAG_ENDED,
  /packages/apps/Email/src/com/android/email/activity/
MailboxListFragment.java     [all...]
MessageListFragment.java 703 case DragEvent.ACTION_DRAG_ENDED:
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 273 milliseconds