Searched refs:FilterUtils (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | GalleryActionBar.java | 98 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,
|
D | AlbumSetPage.java | 312 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()
|
D | SlideshowPage.java | 201 mediaPath = FilterUtils.newFilterPath(mediaPath, FilterUtils.FILTER_IMAGE_ONLY); in initializeData()
|
D | AlbumPage.java | 349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster() 554 FilterUtils.setupMenuItems(actionBar, mMediaSetPath, true); in onCreateActionBar()
|
D | FilterUtils.java | 56 public class FilterUtils { class
|