HomeSort by relevance Sort by last modified time
    Searched defs:AlbumPage (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 66 public static class AlbumPage {
67 private static AlbumPage sInstance;
71 public static synchronized AlbumPage get(Context context) {
73 sInstance = new AlbumPage(context);
78 private AlbumPage(Context context) {
AlbumPage.java 62 public class AlbumPage extends ActivityState implements GalleryActionBar.ClusterRunner,
65 private static final String TAG = "AlbumPage";
436 Config.AlbumPage config = Config.AlbumPage.get((Context) mActivity);
444 AlbumPage.this.onDown(index);
449 AlbumPage.this.onUp(followedByLongPress);
454 AlbumPage.this.onSingleTapUp(slotIndex);
459 AlbumPage.this.onLongTap(slotIndex);
678 mActivity.getStateManager().finishState(AlbumPage.this);

Completed in 95 milliseconds