Searched defs:drop (Results 1 - 7 of 7) 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.java316 mDropListener.drop(mSrcDragPos, mDragPos);
465 public interface DropListener { void drop(int from, int to); } method in interface:TouchInterceptor.DropListener
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java59 * Drag driver for the current drag/drop operation, or null if there is no active DND operation.
75 /** Who can receive drop events */
380 drop(dropTarget, flingAnimation);
526 * Since accessible drag and drop won't cause the same sequence of touch events, we manually
535 * As above, since accessible drag and drop won't cause the same sequence of touch events,
536 * we manually ensure appropriate drag and drop events get emulated for accessible drag.
541 // We make sure that we prime the target for drop.
548 // Perform the drop
549 drop(dropTarget, null);
553 private void drop(DropTarge method in class:DragController
[all...]
/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/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 222 milliseconds