Home
last modified time | relevance | path

Searched refs:switchWithCaptureAnimation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAppBridge.java61 public boolean switchWithCaptureAnimation(int offset); in switchWithCaptureAnimation() method
DPhotoPage.java868 } else if (mAppBridge == null || !switchWithCaptureAnimation(-1)) { in onBackPressed()
926 public boolean switchWithCaptureAnimation(int offset) { in switchWithCaptureAnimation() method in PhotoPage
927 return mPhotoView.switchWithCaptureAnimation(offset); in switchWithCaptureAnimation()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java1651 public boolean switchWithCaptureAnimation(int offset) { in switchWithCaptureAnimation() method