HomeSort by relevance Sort by last modified time
    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 338 FilterUtils.CLUSTER_BY_ALBUM);
551 mActionBar.getClusterTypeAction() == FilterUtils.CLUSTER_BY_ALBUM;
645 int string = action == FilterUtils.CLUSTER_BY_ALBUM
GalleryActionBar.java 98 new ActionItem(FilterUtils.CLUSTER_BY_ALBUM, true, false, R.string.albums,

Completed in 192 milliseconds