Searched refs:onDropCompleted (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragSource.java36 * onDropCompleted, and more importantly, after the fling animation has completed.
44 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success); method in interface:DragSource
H A DDragController.java327 mDragObject.dragSource.onDropCompleted(null, mDragObject, false, false);
667 mDragObject.dragSource.onDropCompleted((View) mFlingToDeleteDropTarget, mDragObject, true,
686 mDragObject.dragSource.onDropCompleted((View) dropTarget, mDragObject, false, accepted);
H A DFolder.java689 public void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, method in class:Folder
H A DAppsCustomizePagedView.java866 public void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, method in class:AppsCustomizePagedView
H A DWorkspace.java3368 public void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragSource.java52 * onDropCompleted, and more importantly, after the fling animation has completed.
60 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success); method in interface:DragSource
H A DDragController.java340 mDragObject.dragSource.onDropCompleted(null, mDragObject, false, false);
717 mDragObject.dragSource.onDropCompleted((View) mFlingToDeleteDropTarget, mDragObject, true,
736 mDragObject.dragSource.onDropCompleted((View) dropTarget, mDragObject, false, accepted);
H A DFolder.java459 // This is set to true in close(), but isn't reset to false until onDropCompleted(). This
845 public void onDropCompleted(final View target, final DragObject d, method in class:Folder
851 onDropCompleted(target, d, isFlingToDelete, success);
1248 // We only need to update the locations if it doesn't get handled in #onDropCompleted.
H A DWorkspace.java3866 public void onDropCompleted(final View target, final DragObject d, method in class:Workspace
3871 onDropCompleted(target, d, isFlingToDelete, success);
3891 + "Workspace#onDropCompleted. Please file a bug. ");
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java275 public void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, method in class:WidgetsContainerView
278 Log.d(TAG, "onDropCompleted");
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java485 public void onDropCompleted(View target, DropTarget.DragObject d, boolean isFlingToDelete, method in class:AllAppsContainerView

Completed in 104 milliseconds