HomeSort by relevance Sort by last modified time
    Searched refs:FilterUtils (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
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,
AlbumSetPage.java 260 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);
281 FilterUtils.CLUSTER_BY_ALBUM);
438 mActionBar.getClusterTypeAction() == FilterUtils.CLUSTER_BY_ALBUM;
446 FilterUtils.setupMenuItems(mActionBar, mMediaSet.getPath(), false);
523 int string = action == FilterUtils.CLUSTER_BY_ALBUM
SlideshowPage.java 193 mediaPath = FilterUtils.newFilterPath(mediaPath, FilterUtils.FILTER_IMAGE_ONLY);
FilterUtils.java 56 public class FilterUtils {
57 private static final String TAG = "FilterUtils";
AlbumPage.java 321 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
524 FilterUtils.setupMenuItems(actionBar, mMediaSetPath, true);

Completed in 93 milliseconds