HomeSort by relevance Sort by last modified time
    Searched refs:switchWithCaptureAnimation (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AppBridge.java 58 public boolean switchWithCaptureAnimation(int offset);
PhotoPage.java 456 } else if (mAppBridge == null || !switchWithCaptureAnimation(-1)) {
512 public boolean switchWithCaptureAnimation(int offset) {
513 return mPhotoView.switchWithCaptureAnimation(offset);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 328 mAppBridge.switchWithCaptureAnimation(1);
557 private void switchWithCaptureAnimation(int offset) {
558 if (mServer != null) mServer.switchWithCaptureAnimation(offset);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 315 // switchWithCaptureAnimation().
    [all...]

Completed in 88 milliseconds