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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DConfig.java81 public static class AlbumPage { class in class:Config
82 private static AlbumPage sInstance;
87 public static synchronized AlbumPage get(Context context) {
89 sInstance = new AlbumPage(context);
94 private AlbumPage(Context context) { method in class:Config.AlbumPage
H A DAlbumPage.java63 public class AlbumPage extends ActivityState implements GalleryActionBar.ClusterRunner, class in inherits:ActivityState,GalleryActionBar.ClusterRunner,SelectionManager.SelectionListener,MediaSet.SyncListener,GalleryActionBar.OnAlbumModeSelectedListener
66 private static final String TAG = "AlbumPage";
471 Config.AlbumPage config = Config.AlbumPage.get(mActivity);
480 AlbumPage.this.onDown(index);
485 AlbumPage.this.onUp(followedByLongPress);
490 AlbumPage.this.onSingleTapUp(slotIndex);
495 AlbumPage.this.onLongTap(slotIndex);

Completed in 62 milliseconds