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 59 public static final int CLUSTER_BY_ALBUM = 1;
97 model.setClusterItemVisibility(CLUSTER_BY_ALBUM, !inAlbum || ctype == 0);
210 default: /* CLUSTER_BY_ALBUM */
AlbumSetPage.java 281 FilterUtils.CLUSTER_BY_ALBUM);
438 mActionBar.getClusterTypeAction() == FilterUtils.CLUSTER_BY_ALBUM;
523 int string = action == FilterUtils.CLUSTER_BY_ALBUM
GalleryActionBar.java 80 new ActionItem(FilterUtils.CLUSTER_BY_ALBUM, true, false, R.string.albums,

Completed in 118 milliseconds