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

12

/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,
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp97 new StructurePolicy(std::move(dictBuffers)));
125 headerFilePath, formatVersion, std::move(mmappedBuffer));
131 headerFilePath, formatVersion, std::move(mmappedBuffer));
156 DictBuffers::openVer4DictBuffers(dictPath, std::move(mmappedBuffer), formatVersion);
164 new StructurePolicy(std::move(dictBuffers)));
181 new PatriciaTriePolicy(std::move(mmappedBuffer)));
/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/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp68 return Ver4DictBuffersPtr(new Ver4DictBuffers(std::move(headerBuffer), std::move(bodyBuffer),
182 : mHeaderBuffer(std::move(headerBuffer)), mDictBuffer(std::move(bodyBuffer)),
H A Dver4_patricia_trie_policy.h43 : mBuffers(std::move(buffers)), mHeaderPolicy(mBuffers->getHeaderPolicy()),
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp49 return Ver4DictBuffersPtr(new Ver4DictBuffers(dictPath, std::move(headerBuffer), isUpdatable,
131 : mHeaderBuffer(std::move(headerBuffer)),
H A Dver4_patricia_trie_policy.h61 : mBuffers(std::move(buffers)), mHeaderPolicy(mBuffers->getHeaderPolicy()),
/packages/apps/Mms/src/com/android/mms/transaction/
H A DReadRecTransaction.java91 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/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
H A Dpatricia_trie_policy.h42 : mMmappedBuffer(std::move(mmappedBuffer)),
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasMoveItems.java23 * 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.java219 cursor.move(keep);
368 cursor.move(keep);
413 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.java293 void move(int touchX, int touchY) { method in class:DragView
H A DDragController.java40 /** Indicates the drag is a move. */
460 * Sets the view that should handle move events.
481 mDragObject.dragView.move(x, y);
588 // Ensure that we've processed a move event at the current pointer location.
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp64 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy));
94 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy));
578 std::move(dictionaryStructureWithBufferPolicy), dictFilePathChars);
598 std::move(dictionaryStructureWithBufferPolicy), dictFilePathChars);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.cpp40 : mDictionaryStructureWithBufferPolicy(std::move(dictionaryStructureWithBufferPolicy)),
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java266 public boolean move(int offset) { method in class:SuggestionsProvider.SuggestionsCursor
/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);

Completed in 604 milliseconds

12