OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUSTER_BY_ALBUM
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java
60
public static final int
CLUSTER_BY_ALBUM
= 1;
98
actionBar.setClusterItemVisibility(
CLUSTER_BY_ALBUM
, !inAlbum || ctype == 0);
211
default: /*
CLUSTER_BY_ALBUM
*/
AlbumSetPage.java
333
FilterUtils.
CLUSTER_BY_ALBUM
);
547
mActionBar.getClusterTypeAction() == FilterUtils.
CLUSTER_BY_ALBUM
;
641
int string = action == FilterUtils.
CLUSTER_BY_ALBUM
GalleryActionBar.java
98
new ActionItem(FilterUtils.
CLUSTER_BY_ALBUM
, true, false, R.string.albums,
Completed in 135 milliseconds