Searched refs:drop (Results 1 - 18 of 18) 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/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDragAndDropManager.java72 public boolean drop(ClipData clipData, Object localState, RootInfo root, ActionHandler actions, method in class:TestDragAndDropManager
78 public boolean drop(ClipData clipData, Object localState, DocumentStack dstStack, method in class:TestDragAndDropManager
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDragAndDropManagerTests.java598 assertFalse(mManager.drop(
620 assertFalse(mManager.drop(mClipData, mManager, root, mActions, mCallback));
637 mManager.drop(
660 mManager.drop(
686 mManager.drop(
716 mManager.drop(
745 assertFalse(mManager.drop(mClipData, mManager, stack, mCallback));
764 assertTrue(mManager.drop(mClipData, mManager, stack, mCallback));
786 assertTrue(mManager.drop(mClipData, mManager, stack, mCallback));
808 assertTrue(mManager.drop(mClipDat
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDragAndDropManager.java66 * Starts a drag and drop.
73 * @param invalidDest destinations that don't accept this drag and drop
124 * @param localState used to determine if this is a multi-window drag and drop.
128 * @return true if target accepts this drop; false otherwise
130 boolean drop(ClipData clipData, Object localState, RootInfo destRoot, ActionHandler actions, method in interface:DragAndDropManager
137 * @param localState used to determine if this is a multi-window drag and drop.
140 * @return true if target accepts this drop; false otherwise
142 boolean drop(ClipData clipData, Object localState, DocumentStack dstStack, method in interface:DragAndDropManager
146 * Called when drag and drop ended.
180 // Boolean flag for current drag and drop operatio
373 public boolean drop(ClipData clipData, Object localState, RootInfo destRoot, method in class:DragAndDropManager.RuntimeDragAndDropManager
418 public boolean drop(ClipData clipData, Object localState, DocumentStack dstStack, method in class:DragAndDropManager.RuntimeDragAndDropManager
[all...]
/packages/services/Car/car-lib/
H A DAndroid.mk28 #TODO need a tool to generate proguard rule to drop all items under @FutureFeature
/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/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDragHost.java128 return mDragAndDropManager.drop(event.getClipData(), event.getLocalState(), dstStack,
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java848 // Turn off drop shadow
1526 int drop = -1;
1533 drop = i;
1536 if (i == NUM_PAST && drop < 0) {
1537 drop = 0;
1539 if (drop == i) drop--;
1542 if (drop >= 0) {
1543 final int start = drop+1;
1544 final int count = NUM_PAST-drop
[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/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/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
H A DTrackBrowserActivity.java498 public void drop(int from, int to) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java386 Profile.drop();
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java130 return mDragAndDropManager.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 1062 milliseconds