Searched refs:FilterUtils (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java98 new ActionItem(FilterUtils.CLUSTER_BY_ALBUM, true, false, R.string.albums,
100 new ActionItem(FilterUtils.CLUSTER_BY_LOCATION, true, false,
102 new ActionItem(FilterUtils.CLUSTER_BY_TIME, true, false, R.string.times,
104 new ActionItem(FilterUtils.CLUSTER_BY_FACE, true, false, R.string.people,
106 new ActionItem(FilterUtils.CLUSTER_BY_TAG, true, false, R.string.tags,
H A DSlideshowPage.java201 mediaPath = FilterUtils.newFilterPath(mediaPath, FilterUtils.FILTER_IMAGE_ONLY);
H A DAlbumSetPage.java312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);
333 FilterUtils.CLUSTER_BY_ALBUM);
547 mActionBar.getClusterTypeAction() == FilterUtils.CLUSTER_BY_ALBUM;
555 FilterUtils.setupMenuItems(mActionBar, mMediaSet.getPath(), false);
641 int string = action == FilterUtils.CLUSTER_BY_ALBUM
H A DFilterUtils.java56 public class FilterUtils { class
58 private static final String TAG = "FilterUtils";
H A DAlbumPage.java349 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
554 FilterUtils.setupMenuItems(actionBar, mMediaSetPath, true);

Completed in 538 milliseconds