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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java109 void onDrop(DragObject dragObject); method in interface:DropTarget
119 * This will be called just before onDrop.
H A DUninstallDropTarget.java94 public void onDrop(DragObject d) { method in class:UninstallDropTarget
99 super.onDrop(d);
H A DButtonDropTarget.java218 public void onDrop(final DragObject d) { method in class:ButtonDropTarget
H A DWorkspace.java2406 fi.onDrop(d);
2421 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/Launcher3/src/com/android/launcher3/folder/
H A DPreviewItemManager.java294 public void onDrop(List<BubbleTextView> oldParams, List<BubbleTextView> newParams, method in class:PreviewItemManager
H A DFolderIcon.java273 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable);
287 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, method in class:FolderIcon
331 mPreviewItemManager.onDrop(oldPreviewItems, newPreviewItems, item);
374 public void onDrop(DragObject d) { method in class:FolderIcon
386 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable);
H A DFolder.java712 // Since this folder opened by another controller, it might not get onDrop or
967 * When performing an accessibility drop, onDrop is sent immediately after onDragEnter. So we
1010 mFolderIcon.onDrop(d);
1332 public void onDrop(DragObject d) { method in class:Folder

Completed in 402 milliseconds