Searched defs:drop (Results 1 - 6 of 6) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java104 private void move(MotionEvent event, boolean drop) { argument
108 drop);
H A DPhotoTable.java580 log("drop it");
758 public void move(final View photo, float dx, float dy, boolean drop) { argument
765 if (drop && photoOffTable(photo)) {
847 log("drop it at %f, %f", x, y);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java159 // another thread). Same check is applied in commit() and drop()
177 public synchronized void drop(Thread t) { method in class:Profile.Watchdog
213 // drop() is called, and those samples are recorded or ignored as a result.
223 public static void drop() { method in class:Profile
224 sWatchdog.drop(Thread.currentThread());
/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java317 mDropListener.drop(mSrcDragPos, mDragPos);
468 void drop(int from, int to); method in interface:TouchInterceptor.DropListener
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java91 /** Who can receive drop events */
450 drop(dragLayerX, dragLayerY);
603 drop(dragLayerX, dragLayerY);
659 // "drop"
671 private void drop(float x, float y) { method in class:DragController
747 * Add a DropTarget to the list of potential places to receive drop events.
754 * Don't send drop events to <em>target</em> any more.
761 * Sets the current fling-to-delete drop target.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java83 /** Who can receive drop events */
446 drop(dragLayerX, dragLayerY);
600 drop(dragLayerX, dragLayerY);
656 // "drop"
668 private void drop(float x, float y) { method in class:DragController
735 * Add a DropTarget to the list of potential places to receive drop events.
742 * Don't send drop events to <em>target</em> any more.
749 * Sets the current fling-to-delete drop target.

Completed in 301 milliseconds