Searched refs:onDropCompleted (Results 1 - 13 of 13) 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.java53 * onDropCompleted, and more importantly, after the fling animation has completed.
61 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success); method in interface:DragSource
H A DWorkspace.java3656 public void onDropCompleted(final View target, final DragObject d, method in class:Workspace
3661 onDropCompleted(target, d, isFlingToDelete, success);
3681 + "Workspace#onDropCompleted. Please file a bug. ");
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAnotherWindowDragSource.java64 public void onDropCompleted(View target, DragObject d, method in class:AnotherWindowDragSource
H A DDragController.java332 mDragObject.dragSource.onDropCompleted(null, mDragObject, false, false);
737 mDragObject.dragSource.onDropCompleted(
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java297 public void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, method in class:WidgetsContainerView
300 Log.d(TAG, "onDropCompleted");
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java607 public void onDropCompleted(View target, DropTarget.DragObject d, boolean isFlingToDelete, method in class:AllAppsContainerView
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutsContainer.java485 public void onDropCompleted(View target, DropTarget.DragObject d, boolean isFlingToDelete, method in class:DeepShortcutsContainer
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java540 // This is set to true in close(), but isn't reset to false until onDropCompleted(). This
898 public void onDropCompleted(final View target, final DragObject d, method in class:Folder
904 onDropCompleted(target, d, isFlingToDelete, success);
1305 // We only need to update the locations if it doesn't get handled in #onDropCompleted.

Completed in 227 milliseconds