Searched defs:onDrop (Results  1 – 7 of 7) sorted by relevance
| /packages/apps/Launcher3/src/com/android/launcher3/ | 
| D | DeleteDropTarget.java | 120     public void onDrop(DragObject d, DragOptions options) {  in onDrop()  method in DeleteDropTarget
 | 
| D | DropTarget.java | 129     void onDrop(DragObject dragObject, DragOptions options);  in onDrop()  method
 | 
| D | SecondaryDropTarget.java | 213     public void onDrop(DragObject d, DragOptions options) {  in onDrop()  method in SecondaryDropTarget
 | 
| D | ButtonDropTarget.java | 238     public void onDrop(final DragObject d, final DragOptions options) {  in onDrop()  method in ButtonDropTarget
 | 
| D | Workspace.java | 1966     public void onDrop(final DragObject d, DragOptions options) {  in onDrop()  method in Workspace
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/folder/ | 
| D | FolderIcon.java | 332     private void onDrop(final WorkspaceItemInfo item, DragObject d, Rect finalRect,  in onDrop()  method in FolderIcon476     public void onDrop(DragObject d, boolean itemReturnedOnFailedDrop) {  in onDrop()  method in FolderIcon
 
 | 
| D | Folder.java | 1249     public void onDrop(DragObject d, DragOptions options) {  in onDrop()  method in Folder
 |