Searched refs:switchWithCaptureAnimation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAppBridge.java61 public boolean switchWithCaptureAnimation(int offset); method in interface:AppBridge.Server
H A DPhotoPage.java868 } else if (mAppBridge == null || !switchWithCaptureAnimation(-1)) {
926 public boolean switchWithCaptureAnimation(int offset) { method in class:PhotoPage
927 return mPhotoView.switchWithCaptureAnimation(offset);
/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java357 mAppBridge.switchWithCaptureAnimation(1);
630 private void switchWithCaptureAnimation(int offset) { method in class:ActivityBase.MyAppBridge
631 if (mServer != null) mServer.switchWithCaptureAnimation(offset);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java345 // switchWithCaptureAnimation().
1652 public boolean switchWithCaptureAnimation(int offset) { method in class:PhotoView

Completed in 32 milliseconds