Searched refs:clusterType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java45 // T = newClusterPath(S, clusterType);
50 // T = switchClusterPath(S, clusterType);
52 // For all fixed set in the path defined above, if some clusterType and
193 public static String newClusterPath(String base, int clusterType) { argument
195 switch (clusterType) {
219 public static String switchClusterPath(String base, int clusterType) { argument
220 return newClusterPath(removeOneClusterFromPath(base), clusterType);
H A DAlbumPage.java347 public void doCluster(int clusterType) { argument
349 String newPath = FilterUtils.newClusterPath(basePath, clusterType);
356 GalleryActionBar.getClusterByTypeString(context, clusterType));
H A DAlbumSetPage.java314 public void doCluster(int clusterType) { argument
316 String newPath = FilterUtils.switchClusterPath(basePath, clusterType);
319 data.putInt(KEY_SELECTED_CLUSTER_TYPE, clusterType);

Completed in 51 milliseconds