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;
396 mActionBar.setShareIntents(panoramaIntent, shareIntent, PhotoPage.this);
493 // Bail out, PhotoPage can't load on an empty album
550 // We only want to finish the PhotoPage if there is no
554 PhotoPage.this);
1035 data.putBoolean(PhotoPage.KEY_APP_BRIDGE, mAppBridge != null);
1060 // after PhotoPage being refactored.
1284 data.putString(PhotoPage
[all...]

Completed in 36 milliseconds