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

  /external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 23 * onDrop
44 * Inside the onDrop method you can also call $.tableDnD.serialize() this returns a string of the form
82 onDrop: options.onDrop,
116 // Call the onDrop method if there is one
286 if (config.onDrop) {
287 // Call the onDrop method if there is one
288 config.onDrop(jQuery.tableDnD.currentTable, droppedRow);
  /external/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 23 * onDrop
44 * Inside the onDrop method you can also call $.tableDnD.serialize() this returns a string of the form
82 onDrop: options.onDrop,
116 // Call the onDrop method if there is one
286 if (config.onDrop) {
287 // Call the onDrop method if there is one
288 config.onDrop(jQuery.tableDnD.currentTable, droppedRow);
  /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 259 public void onDrop(DragObject d) {
Folder.java 698 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 394 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
417 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
477 public void onDrop(DragObject d) {
486 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
DeleteDropTarget.java 364 public void onDrop(DragObject d) {
DragController.java 684 dropTarget.onDrop(mDragObject);
Folder.java 851 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...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]

Completed in 1380 milliseconds