Searched defs:onDrop (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DUninstallDropTarget.java73 public void onDrop(DragObject d) { method in class:UninstallDropTarget
78 super.onDrop(d);
H A DDropTarget.java115 void onDrop(DragObject dragObject); method in interface:DropTarget
125 * of onDrop(). (This is only called on objects that are set as the DragController's
132 * This will be called just before onDrop.
H A DButtonDropTarget.java220 public void onDrop(final DragObject d) { method in class:ButtonDropTarget
H A DFolderIcon.java397 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
420 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, method in class:FolderIcon
480 public void onDrop(DragObject d) { method in class:FolderIcon
489 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
H A DFolder.java604 // Since this folder opened by another controller, it might not get onDrop or
795 * When performing an accessibility drop, onDrop is sent immediately after onDragEnter. So we
838 mFolderIcon.onDrop(d);
1170 public void onDrop(DragObject d) { method in class:Folder
H A DWorkspace.java2586 fi.onDrop(d);
2601 public void onDrop(final DragObject d) { method in class:Workspace
/packages/apps/Launcher2/src/com/android/launcher2/
H A DButtonDropTarget.java83 public void onDrop(DragObject d) { method in class:ButtonDropTarget
H A DDeleteDropTarget.java259 public void onDrop(DragObject d) { method in class:DeleteDropTarget
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 DFolder.java698 mFolderIcon.onDrop(d);
998 public void onDrop(DragObject d) { method in class:Folder
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 DWorkspace.java2158 fi.onDrop(d);
2170 public void onDrop(final DragObject d) { method in class:Workspace
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
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 120 milliseconds