Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
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,
DAlbumSetPage.java312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()
333 FilterUtils.CLUSTER_BY_ALBUM); in onCreate()
547 mActionBar.getClusterTypeAction() == FilterUtils.CLUSTER_BY_ALBUM; in onCreateActionBar()
555 FilterUtils.setupMenuItems(mActionBar, mMediaSet.getPath(), false); in onCreateActionBar()
641 int string = action == FilterUtils.CLUSTER_BY_ALBUM in getSelectedString()
DSlideshowPage.java201 mediaPath = FilterUtils.newFilterPath(mediaPath, FilterUtils.FILTER_IMAGE_ONLY); in initializeData()
DAlbumPage.java349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()
554 FilterUtils.setupMenuItems(actionBar, mMediaSetPath, true); in onCreateActionBar()
DFilterUtils.java56 public class FilterUtils { class