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 63 public class AlbumPage extends ActivityState implements GalleryActionBar.ClusterRunner,
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 513 milliseconds