Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAppBridge.java61 public boolean switchWithCaptureAnimation(int offset); in switchWithCaptureAnimation() method
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java1651 public boolean switchWithCaptureAnimation(int offset) { in switchWithCaptureAnimation() method