Searched refs:onDrop (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java128 void onDrop(DragObject dragObject); method in interface:DropTarget
138 * of onDrop(). (This is only called on objects that are set as the DragController's
164 * This will be called just before onDrop.
H A DButtonDropTarget.java83 public void onDrop(DragObject d) { method in class:ButtonDropTarget
H A DFolderIcon.java336 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, method in class:FolderIcon
418 public void onDrop(DragObject d) { method in class:FolderIcon
427 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
H A DDeleteDropTarget.java259 public void onDrop(DragObject d) { method in class:DeleteDropTarget
H A DFolder.java698 mFolderIcon.onDrop(d);
998 public void onDrop(DragObject d) { method in class:Folder
H A DDragController.java682 dropTarget.onDrop(mDragObject);
H A DWorkspace.java2158 fi.onDrop(d);
2170 public void onDrop(final DragObject d) { method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java128 void onDrop(DragObject dragObject); method in interface:DropTarget
138 * of onDrop(). (This is only called on objects that are set as the DragController's
145 * This will be called just before onDrop.
H A DButtonDropTarget.java81 public void onDrop(DragObject d) { method in class:ButtonDropTarget
H A DFolderIcon.java394 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
417 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, method in class:FolderIcon
477 public void onDrop(DragObject d) { method in class:FolderIcon
486 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
H A DDeleteDropTarget.java370 public void onDrop(DragObject d) { method in class:DeleteDropTarget
H A DDragController.java679 dropTarget.onDrop(mDragObject);
H A DFolder.java851 mFolderIcon.onDrop(d);
1234 public void onDrop(DragObject d) { method in class:Folder
H A DWorkspace.java2989 fi.onDrop(d);
3001 public void onDrop(final DragObject d) { method in class:Workspace
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DReorderHelper.java90 mReorderListener.onDrop(mDraggedChild.target, mDraggedChild.position,
H A DStaggeredGridView.java653 // and only draw the bitmap in onDrop for animation.
4116 * onDrop is called to notify listeners that an intent to drop the
4122 void onDrop(View draggedView, int sourcePosition, int targetPosition); method in interface:StaggeredGridView.ReorderListener

Completed in 336 milliseconds