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 81 public static class AlbumPage {
82 private static AlbumPage sInstance;
87 public static synchronized AlbumPage get(Context context) {
89 sInstance = new AlbumPage(context);
94 private AlbumPage(Context context) {
AlbumPage.java 61 public class AlbumPage extends ActivityState implements GalleryActionBar.ClusterRunner,
64 private static final String TAG = "AlbumPage";
473 Config.AlbumPage config = Config.AlbumPage.get(mActivity);
482 AlbumPage.this.onDown(index);
487 AlbumPage.this.onUp(followedByLongPress);
492 AlbumPage.this.onSingleTapUp(slotIndex);
497 AlbumPage.this.onLongTap(slotIndex);

Completed in 397 milliseconds