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

/packages/providers/CalendarProvider/
H A Dmaketests.py44 drop = False
48 drop = True
49 if not drop:
52 drop = False
/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/Launcher2/src/com/android/launcher2/
H A DDragController.java91 /** Who can receive drop events */
447 drop(dragLayerX, dragLayerY);
589 drop(dragLayerX, dragLayerY);
645 // "drop"
657 private void drop(float x, float y) { method in class:DragController
733 * Add a DropTarget to the list of potential places to receive drop events.
740 * Don't send drop events to <em>target</em> any more.
747 * 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.java379 Profile.drop();

Completed in 852 milliseconds