Searched refs:switchWithCaptureAnimation (Results 1 - 3 of 3) 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/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java344 // switchWithCaptureAnimation().
1651 public boolean switchWithCaptureAnimation(int offset) { method in class:PhotoView

Completed in 91 milliseconds