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.java80 new ActionItem(FilterUtils.CLUSTER_BY_ALBUM, true, false, R.string.albums,
82 new ActionItem(FilterUtils.CLUSTER_BY_LOCATION, true, false,
84 new ActionItem(FilterUtils.CLUSTER_BY_TIME, true, false, R.string.times,
86 new ActionItem(FilterUtils.CLUSTER_BY_FACE, true, false, R.string.people,
88 new ActionItem(FilterUtils.CLUSTER_BY_TAG, true, false, R.string.tags,
DAlbumSetPage.java260 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()
281 FilterUtils.CLUSTER_BY_ALBUM); in onCreate()
438 mActionBar.getClusterTypeAction() == FilterUtils.CLUSTER_BY_ALBUM; in onCreateActionBar()
446 FilterUtils.setupMenuItems(mActionBar, mMediaSet.getPath(), false); in onCreateActionBar()
523 int string = action == FilterUtils.CLUSTER_BY_ALBUM in getSelectedString()
DSlideshowPage.java193 mediaPath = FilterUtils.newFilterPath(mediaPath, FilterUtils.FILTER_IMAGE_ONLY); in initializeData()
DFilterUtils.java56 public class FilterUtils { class
DAlbumPage.java321 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()
524 FilterUtils.setupMenuItems(actionBar, mMediaSetPath, true); in onCreateActionBar()