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

  /packages/apps/Dialer/src/com/android/dialer/list/
RemoveView.java 67 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: {
  /frameworks/base/core/java/android/view/
DragEvent.java 93 * <td>ACTION_DROP</td>
201 public static final int ACTION_DROP = 3;
213 * If a View returned {@code true} in response to {@link #ACTION_DROP}, then
307 * <li>{@link #ACTION_DROP}</li>
318 * {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
328 * {@link #ACTION_DROP}, or {@link #ACTION_DRAG_EXITED}.
339 * This method only returns valid data if the event action is {@link #ACTION_DROP}.
382 * {@link #ACTION_DROP} event to the View object's drag event listener. If the listener
387 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
390 * operation, but never sends out {@link #ACTION_DROP}
    [all...]
ViewRootImpl.java     [all...]
ViewGroup.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 216 case DragEvent.ACTION_DROP: {
  /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 372 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DROP, x, y,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
QsTuner.java 491 case DragEvent.ACTION_DROP:
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.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 792 milliseconds