Searched refs:move (Results 1 - 20 of 20) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java84 move(event, false);
91 move(event, true);
104 private void move(MotionEvent event, boolean drop) { method in class:DragGestureDetector
105 mTable.move(mTable.getFocus(),
H A DPhotoTouchListener.java177 log("move " + mDX + ", " + mDY);
190 mTable.move(target,
H A DPhotoTable.java739 public void move(final View photo, float x, float y, float a) { method in class:PhotoTable
758 public void move(final View photo, float dx, float dy, boolean drop) { method in class:PhotoTable
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMessageMove.java28 /** The URI for dealing with message move data. */
46 * Projection for a query to get all columns necessary for an actual move.
148 LogUtils.w(LOG_TAG, "existing move's dst not same as this move's src");
168 final MessageMove move = movesMap.valueAt(i);
170 if ((move.mServerId == null || move.mServerId.length() == 0) ||
171 move.mSrcFolderKey == move.mDstFolderKey) {
172 unmovedMessages[unmovedMessagesCount] = move
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DReadRecTransaction.java90 Uri uri = persister.move(mReadReportURI, Sent.CONTENT_URI);
H A DMmsMessageSender.java119 p.move(mMessageUri, Mms.Outbox.CONTENT_URI);
H A DSendTransaction.java157 Uri uri = persister.move(mSendReqURI, Sent.CONTENT_URI);
/packages/apps/UnifiedEmail/src/com/android/mail/content/
H A DThreadSafeCursorWrapper.java136 LogUtils.e(LOG_TAG, "Unexpected failure to move to current position, pos=%d", pos);
141 public boolean move(int offset) { method in class:ThreadSafeCursorWrapper
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasMoveItems.java24 * Performs a MoveItems request, which is used to move items between collections.
64 for (final MessageMove move : moves) {
65 mMove = move;
/packages/apps/Mms/src/com/android/mms/util/
H A DRecycler.java218 cursor.move(keep);
367 cursor.move(keep);
412 cursor.move(keep);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java284 void move(int touchX, int touchY) { method in class:DragView
H A DDragController.java46 /** Indicates the drag is a move. */
464 * Sets the view that should handle move events.
485 mDragObject.dragView.move(x, y);
594 // Ensure that we've processed a move event at the current pointer location.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java284 void move(int touchX, int touchY) { method in class:DragView
H A DDragController.java46 /** Indicates the drag is a move. */
464 * Sets the view that should handle move events.
485 mDragObject.dragView.move(x, y);
592 // Ensure that we've processed a move event at the current pointer location.
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java266 public boolean move(int offset) { method in class:SuggestionsProvider.SuggestionsCursor
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEmailSyncAdapterService.java726 EasMoveItems move = new EasMoveItems(context, account);
727 move.upsyncMovedMessages(syncResult);
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogFragmentTest.java157 mCursor.move(startOfSecondBatch);
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java332 * We'll be happy to move to position 0 or -1
364 public final boolean move(int offset) { method in class:ContentCache.CachedCursor
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java226 // If the message is not already in the draft box, move it there.
233 uri = persister.move(uri, Mms.Draft.CONTENT_URI);
235 LogTag.error("Can't move %s to drafts", uri);
1481 p.move(mmsUri, Mms.Outbox.CONTENT_URI);
1491 // Not much we can do here. If the p.move throws an exception, we'll just
1493 Log.e(TAG, "Failed to move message to outbox and mark as error: " + mmsUri, e);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1197 // Handle the "move to first" case before anything else; moveToPosition(0) in an empty
1199 // But we don't want to return true on a subsequent "move to first", which we would if we
1202 LogUtils.d(LOG_TAG, "*** Underlying cursor position is -1 asking to move from %d to %d",
1222 // Optimization if it's easier to move forward to position instead of backward
1253 public boolean move(int offset) { method in class:ConversationCursor
1254 throw new UnsupportedOperationException("move unsupported!");

Completed in 702 milliseconds