Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 37) sorted by relevance

12

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMessageMove.java168 final MessageMove move = movesMap.valueAt(i); in getMoves() local
170 if ((move.mServerId == null || move.mServerId.length() == 0) || in getMoves()
171 move.mSrcFolderKey == move.mDstFolderKey) { in getMoves()
172 unmovedMessages[unmovedMessagesCount] = move.mMessageKey; in getMoves()
175 moves.add(move); in getMoves()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp97 new StructurePolicy(std::move(dictBuffers))); in newPolicyForOnMemoryV4Dict()
125 headerFilePath, formatVersion, std::move(mmappedBuffer)); in newPolicyForDirectoryDict()
131 headerFilePath, formatVersion, std::move(mmappedBuffer)); in newPolicyForDirectoryDict()
156 DictBuffers::openVer4DictBuffers(dictPath, std::move(mmappedBuffer), formatVersion); in newPolicyForV4Dict()
164 new StructurePolicy(std::move(dictBuffers))); in newPolicyForV4Dict()
181 new PatriciaTriePolicy(std::move(mmappedBuffer))); in newPolicyForFileDict()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DDragGestureDetector.java84 move(event, false); in onTouchEvent()
91 move(event, true); in onTouchEvent()
104 private void move(MotionEvent event, boolean drop) { in move() method in DragGestureDetector
105 mTable.move(mTable.getFocus(), in move()
DPhotoTable.java739 public void move(final View photo, float x, float y, float a) { in move() method in PhotoTable
758 public void move(final View photo, float dx, float dy, boolean drop) { in move() method in PhotoTable
DPhotoTouchListener.java190 mTable.move(target, in onTouch()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
Dver4_dict_buffers.cpp68 return Ver4DictBuffersPtr(new Ver4DictBuffers(std::move(headerBuffer), std::move(bodyBuffer), in openVer4DictBuffers()
182 : mHeaderBuffer(std::move(headerBuffer)), mDictBuffer(std::move(bodyBuffer)), in Ver4DictBuffers()
Dver4_patricia_trie_policy.h43 : mBuffers(std::move(buffers)), mHeaderPolicy(mBuffers->getHeaderPolicy()), in Ver4PatriciaTriePolicy()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp64 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy)); in latinime_BinaryDictionary_open()
94 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy)); in latinime_BinaryDictionary_createOnMemory()
578 std::move(dictionaryStructureWithBufferPolicy), dictFilePathChars); in latinime_BinaryDictionary_migrateNative()
598 std::move(dictionaryStructureWithBufferPolicy), dictFilePathChars); in latinime_BinaryDictionary_migrateNative()
/packages/apps/Mms/src/com/android/mms/util/
DRecycler.java219 cursor.move(keep); in deleteMessagesForThread()
368 cursor.move(keep); in deleteOldMessagesInSameThreadAsMessage()
413 cursor.move(keep); in deleteMessagesForThread()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
Dver4_dict_buffers.cpp49 return Ver4DictBuffersPtr(new Ver4DictBuffers(dictPath, std::move(headerBuffer), isUpdatable, in openVer4DictBuffers()
131 : mHeaderBuffer(std::move(headerBuffer)), in Ver4DictBuffers()
Dver4_patricia_trie_policy.h61 : mBuffers(std::move(buffers)), mHeaderPolicy(mBuffers->getHeaderPolicy()), in Ver4PatriciaTriePolicy()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasMoveItems.java64 for (final MessageMove move : moves) { in upsyncMovedMessages()
65 mMove = move; in upsyncMovedMessages()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
Dpatricia_trie_policy.h42 : mMmappedBuffer(std::move(mmappedBuffer)), in PatriciaTriePolicy()
/packages/apps/Mms/src/com/android/mms/transaction/
DReadRecTransaction.java91 Uri uri = persister.move(mReadReportURI, Sent.CONTENT_URI); in run()
DSendTransaction.java158 Uri uri = persister.move(mSendReqURI, Sent.CONTENT_URI); in run()
DMmsMessageSender.java119 p.move(mMessageUri, Mms.Outbox.CONTENT_URI); in sendMessage()
/packages/apps/UnifiedEmail/src/com/android/mail/content/
DThreadSafeCursorWrapper.java141 public boolean move(int offset) { in move() method in ThreadSafeCursorWrapper
/packages/inputmethods/OpenWnn/
DChangeLog.txt14 - Focus in the candidate list can move arround using keyboard operation.
/packages/apps/Email/
Dproguard-test.flags72 # We should move them into tests/ if possible.
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp40 : mDictionaryStructureWithBufferPolicy(std::move(dictionaryStructureWithBufferPolicy)), in Dictionary()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java284 void move(int touchX, int touchY) { in move() method in DragView
/packages/apps/Launcher3/src/com/android/launcher3/
DDragView.java293 void move(int touchX, int touchY) { in move() method in DragView
/packages/apps/Mms/src/com/android/mms/data/
DWorkingMessage.java233 uri = persister.move(uri, Mms.Draft.CONTENT_URI); in load()
1481 p.move(mmsUri, Mms.Outbox.CONTENT_URI); in markMmsMessageWithError()
/packages/apps/Mms/src/com/android/mms/
DSuggestionsProvider.java266 public boolean move(int offset) { in move() method in SuggestionsProvider.SuggestionsCursor
/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java364 public final boolean move(int offset) { in move() method in ContentCache.CachedCursor

12