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