Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java251 final boolean swap = !(rotation % 180 == 0); in positionFromMatrix()
252 final int width = swap ? mRenderer.source.getImageHeight() in positionFromMatrix()
254 final int height = swap ? mRenderer.source.getImageWidth() in positionFromMatrix()
275 mRenderer.centerX = swap ? cy : cx; in positionFromMatrix()
276 mRenderer.centerY = swap ? cx : cy; in positionFromMatrix()
DBlockingGLTextureView.java256 public int swap() { in swap() method in BlockingGLTextureView.EglHelper
408 mEglHelper.swap(); in handleMessageLocked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java659 Collections.swap(expected, 1, 0); // expected: 00, [01], 02 -> [01], 00, 02 in testSetConnectionPriority_listOrderedCorrectly()
665 Collections.swap(expected, 0, 2); // expected: [01], 00, 02 -> 00, 02, [01] in testSetConnectionPriority_listOrderedCorrectly()
666 Collections.swap(expected, 0, 1); in testSetConnectionPriority_listOrderedCorrectly()
672 Collections.swap(expected, 2, 1); // expected: 00, 02, [01] -> 00, [01], 02 in testSetConnectionPriority_listOrderedCorrectly()
678 Collections.swap(expected, 1, 2); // expected: 00, [01], 02 -> 00, 02, [01] in testSetConnectionPriority_listOrderedCorrectly()
684 Collections.swap(expected, 2, 0); // expected: 00, 02, [01] -> [01], 00, 02 in testSetConnectionPriority_listOrderedCorrectly()
685 Collections.swap(expected, 1, 2); in testSetConnectionPriority_listOrderedCorrectly()
691 Collections.swap(expected, 0, 1); // expected: [01], 00, 02 -> 00, [01], 02 in testSetConnectionPriority_listOrderedCorrectly()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.cpp368 void (CDelaunay::*swap)(int,int), in rcssort()
385 (this->*swap)( si,sij ); in rcssort()
388 (this->*swap)( sj,sij ); in rcssort()
390 (this->*swap)( si,sij ); in rcssort()
405 (this->*swap)( sL,sk ); in rcssort()
DDelaunay.h92 void (CDelaunay::*swap)(int,int),
/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java62 public E swap(E oldElement); in swap() method
308 toSwap.mElement = swapper.swap(toSwap.mElement); in swapLeast()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Ddocumenttest.cpp230 using std::swap; in TEST()
231 swap(d1, d2); in TEST()
235 swap(o, d2); in TEST()
Dvaluetest.cpp277 using std::swap; in TEST()
278 swap(v1, v2); in TEST()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowPage.java291 Utils.swap(mOrder, i, mRandom.nextInt(i + 1)); in generateOrderArray()
294 Utils.swap(mOrder, 0, mRandom.nextInt(totalCount - 1) + 1); in generateOrderArray()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DImageCaptureManager.java473 public CapturedImage swap(CapturedImage oldElement) {
502 public CapturedImage swap(CapturedImage oldElement) {
/packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/
Dmessagereader.cpp71 messages.swap(handler.messages_); // Only change it if success. in ParseMessages()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary_utils.cpp55 current.swap(next); in getMaxProbabilityOfExactMatches()
/packages/services/Car/evs/manager/
DHalCamera.cpp122 mFrames.swap(newRecords); in changeFramesInFlight()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java109 public void swap(String callId) { in swap() method in TelecomAdapter
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java123 public static void swap(int[] array, int i, int j) { in swap() method in Utils
/packages/apps/Dialer/java/com/android/incallui/
DCallButtonPresenter.java258 TelecomAdapter.getInstance().swap(call.getId()); in swapClicked()
DInCallPresenter.java1356 TelecomAdapter.getInstance().swap(activeCall.getId()); in handleCallKey()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Ddocument.h688 friend inline void swap(GenericValue& a, GenericValue& b) RAPIDJSON_NOEXCEPT { a.Swap(b); }
1875 … friend inline void swap(GenericDocument& a, GenericDocument& b) RAPIDJSON_NOEXCEPT { a.Swap(b); }
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfaq.md115 …Alternatively, use equivalent of the [C++ swap with temporary idiom](https://en.wikibooks.org/wiki…
Dsax.md350 messages.swap(handler.messages_); // Only change it if success.
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Dit_wordlist.combined.gz
Dnl_wordlist.combined.gz

12