HomeSort by relevance Sort by last modified time
    Searched defs:onDrop (Results 1 - 20 of 20) 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) {
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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 111 * If the drop was cancelled for some reason, onDrop will never get called, the UI will
114 void onDrop(DragObject dragObject, DragOptions options);
124 * This will be called just before onDrop.
SecondaryDropTarget.java 171 public void onDrop(DragObject d, DragOptions options) {
174 super.onDrop(d, options);
ButtonDropTarget.java 266 public void onDrop(final DragObject d, final DragOptions options) {
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 265 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1,
280 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
328 mPreviewItemManager.onDrop(oldPreviewItems, mCurrentPreviewItems, item);
371 public void onDrop(DragObject d, boolean itemReturnedOnFailedDrop) {
383 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(),
Folder.java 581 // Since this folder opened by another controller, it might not get onDrop or
810 * When performing an accessibility drop, onDrop is sent immediately after onDragEnter. So we
839 mFolderIcon.onDrop(d, true /* itemReturnedOnFailedDrop */);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 601 dropTarget.onDrop(mDragObject, mOptions);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 

Completed in 493 milliseconds