HomeSort by relevance Sort by last modified time
    Searched defs:onDrop (Results 1 - 12 of 12) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
UninstallDropTarget.java 73 public void onDrop(DragObject d) {
78 super.onDrop(d);
DropTarget.java 119 void onDrop(DragObject dragObject);
129 * of onDrop(). (This is only called on objects that are set as the DragController's
136 * This will be called just before onDrop.
ButtonDropTarget.java 225 public void onDrop(final DragObject d) {
FolderIcon.java 397 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
420 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
480 public void onDrop(DragObject d) {
489 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
Folder.java 611 // Since this folder opened by another controller, it might not get onDrop or
834 * When performing an accessibility drop, onDrop is sent immediately after onDragEnter. So we
    [all...]
Workspace.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 128 void onDrop(DragObject dragObject);
138 * of onDrop(). (This is only called on objects that are set as the DragController's
164 * This will be called just before onDrop.
ButtonDropTarget.java 83 public void onDrop(DragObject d) {
DeleteDropTarget.java 259 public void onDrop(DragObject d) {
FolderIcon.java 336 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
418 public void onDrop(DragObject d) {
427 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
Folder.java 698 mFolderIcon.onDrop(d);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 355 milliseconds