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

/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DICallCommandService.aidl62 void swap();
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java251 final boolean swap = !(rotation % 180 == 0);
252 final int width = swap ? mRenderer.source.getImageHeight()
254 final int height = swap ? mRenderer.source.getImageWidth()
275 mRenderer.centerX = swap ? cy : cx;
276 mRenderer.centerY = swap ? cx : cy;
H A DBlockingGLTextureView.java256 public int swap() { method in class:BlockingGLTextureView.EglHelper
408 mEglHelper.swap();
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java263 final boolean swap = !(rotation % 180 == 0);
264 final int width = swap ? mRenderer.source.getImageHeight()
266 final int height = swap ? mRenderer.source.getImageWidth()
287 mRenderer.centerX = swap ? cy : cx;
288 mRenderer.centerY = swap ? cx : cy;
H A DBlockingGLTextureView.java256 public int swap() { method in class:BlockingGLTextureView.EglHelper
408 mEglHelper.swap();
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCommandClient.java141 public void swap() { method in class:CallCommandClient
142 Log.i(this, "swap active/hold calls");
144 Log.e(this, "Cannot swap call; CallCommandService == null");
148 mCommandService.swap();
H A DInCallPresenter.java477 CallCommandClient.getInstance().swap();
484 CallCommandClient.getInstance().swap();
H A DCallButtonPresenter.java204 CallCommandClient.getInstance().swap();
230 Log.v(this, "Show swap ", call.can(Capabilities.SWAP_CALLS));
266 // normally hold or swap, or
267 // (2) this device just doesn't have the concept of hold/swap.
H A DCallCardPresenter.java455 CallCommandClient.getInstance().swap();
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h92 void (CDelaunay::*swap)(int,int),
H A DDelaunay.cpp368 void (CDelaunay::*swap)(int,int),
385 (this->*swap)( si,sij );
388 (this->*swap)( sj,sij );
390 (this->*swap)( si,sij );
405 (this->*swap)( sL,sk );
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DDelaunay.h92 void (CDelaunay::*swap)(int,int),
H A DDelaunay.cpp368 void (CDelaunay::*swap)(int,int),
385 (this->*swap)( si,sij );
388 (this->*swap)( sj,sij );
390 (this->*swap)( si,sij );
405 (this->*swap)( sL,sk );
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h92 void (CDelaunay::*swap)(int,int),
H A DDelaunay.cpp368 void (CDelaunay::*swap)(int,int),
385 (this->*swap)( si,sij );
388 (this->*swap)( sj,sij );
390 (this->*swap)( si,sij );
405 (this->*swap)( sL,sk );
/packages/services/Telephony/src/com/android/phone/
H A DCallCommandService.java170 public void swap() { method in class:CallCommandService
172 PhoneUtils.swap();
174 Log.e(TAG, "Error during swap().", e);
H A DPhoneInterfaceManager.java960 public void swap() { method in class:PhoneInterfaceManager
964 PhoneUtils.swap();
966 Log.e(LOG_TAG, "Error during swap().", e);
H A DPhoneUtils.java840 static void swap() { method in class:PhoneUtils
945 // something meaningful as we are not actually trying to swap calls but
2335 * @return true if we're allowed to swap calls, given the current
2351 // is in the HOLDING state, since you *can't* actually swap calls
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java291 Utils.swap(mOrder, i, mRandom.nextInt(i + 1));
294 Utils.swap(mOrder, 0, mRandom.nextInt(totalCount - 1) + 1);
/packages/apps/Camera2/src/com/android/camera/crop/
H A DUtils.java123 public static void swap(int[] array, int i, int j) { method in class:Utils
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java123 public static void swap(int[] array, int i, int j) { method in class:Utils
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
H A DUtils.java123 public static void swap(int[] array, int i, int j) { method in class:Utils
/packages/inputmethods/PinyinIME/jni/include/
H A Duserdict.h394 inline void swap(UserDictScoreOffsetPair * sop, int i, int j);
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... Complex) private final org.javia.arity.Complex swap () private final org.javia.arity.Complex normalizeInfinity ...
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp1547 // Move scores_, no need to swap
2011 inline void UserDict::swap(UserDictScoreOffsetPair * sop, int i, int j) {
2029 swap(sop, left, par);
2035 swap(sop, left, par);
2040 swap(sop, right, par);

Completed in 589 milliseconds