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

  /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) {
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);
DeleteDropTarget.java 250 public void onDrop(DragObject d) {
Folder.java 695 mFolderIcon.onDrop(d);
    [all...]
DragController.java 682 dropTarget.onDrop(mDragObject);
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 128 void onDrop(DragObject dragObject);
138 * of onDrop(). (This is only called on objects that are set as the DragController's
145 * This will be called just before onDrop.
ButtonDropTarget.java 81 public void onDrop(DragObject d) {
FolderIcon.java 384 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
407 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
467 public void onDrop(DragObject d) {
476 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
DeleteDropTarget.java 347 public void onDrop(DragObject d) {
DragController.java 679 dropTarget.onDrop(mDragObject);
Folder.java 783 mFolderIcon.onDrop(d);
    [all...]
Workspace.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
ReorderHelper.java 90 mReorderListener.onDrop(mDraggedChild.target, mDraggedChild.position,
StaggeredGridView.java 653 // and only draw the bitmap in onDrop for animation.
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 888 chrome.experimental.bookmarkManager.onDrop.addListener(deferredClearData);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]

Completed in 1024 milliseconds