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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java74 public class PhotoPage extends ActivityState implements class in inherits:ActivityState,PhotoView.Listener,AppBridge.Server,PhotoPageBottomControls.Delegate,GalleryActionBar.OnAlbumModeSelectedListener
77 private static final String TAG = "PhotoPage";
127 private PhotoPage.Model mModel;
490 // Bail out, PhotoPage can't load on an empty album
543 // We only want to finish the PhotoPage if there is no
547 PhotoPage.this);
1002 data.putBoolean(PhotoPage.KEY_APP_BRIDGE, mAppBridge != null);
1244 data.putString(PhotoPage.KEY_MEDIA_ITEM_PATH, path.toString());
1245 mActivity.getStateManager().startState(PhotoPage.class, data);
1350 // Generally, resuming the PhotoPage whe
[all...]

Completed in 4018 milliseconds