Searched refs:drop (Results 1 - 11 of 11) sorted by relevance

/packages/providers/CalendarProvider/
H A Dmaketests.py44 drop = False
48 drop = True
49 if not drop:
52 drop = False
/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/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java1428 int drop = -1;
1435 drop = i;
1438 if (i == NUM_PAST && drop < 0) {
1439 drop = 0;
1441 if (drop == i) drop--;
1444 if (drop >= 0) {
1445 final int start = drop+1;
1446 final int count = NUM_PAST-drop-1;
1450 i -= (drop
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java97 /** Who can receive drop events */
473 drop(dragLayerX, dragLayerY);
625 drop(dragLayerX, dragLayerY);
640 * Since accessible drag and drop won't cause the same sequence of touch events, we manually
650 * As above, since accessible drag and drop won't cause the same sequence of touch events,
651 * we manually ensure appropriate drag and drop events get emulated for accessible drag.
656 // We make sure that we prime the target for drop.
663 // Perform the drop
664 drop(location[0], location[1]);
710 // "drop"
721 private void drop(float x, float y) { 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/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
H A DTrackBrowserActivity.java523 public void drop(int from, int to) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java386 Profile.drop();
/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 162 milliseconds