Searched defs:PhotoPage (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java76 public abstract class PhotoPage extends ActivityState implements class in inherits:ActivityState,PhotoView.Listener,AppBridge.Server,ShareActionProvider.OnShareTargetSelectedListener,PhotoPageBottomControls.Delegate,GalleryActionBar.OnAlbumModeSelectedListener
79 private static final String TAG = "PhotoPage";
130 private PhotoPage.Model mModel;
366 mActionBar.setShareIntents(panoramaIntent, shareIntent, PhotoPage.this);
464 // Bail out, PhotoPage can't load on an empty album
521 // We only want to finish the PhotoPage if there is no
525 PhotoPage.this);
994 data.putBoolean(PhotoPage.KEY_APP_BRIDGE, mAppBridge != null);
1019 // after PhotoPage being refactored.
1250 data.putString(PhotoPage
[all...]

Completed in 77 milliseconds