OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2371 milliseconds