Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java193 public static String newClusterPath(String base, int clusterType) { in newClusterPath() argument
195 switch (clusterType) { in newClusterPath()
219 public static String switchClusterPath(String base, int clusterType) { in switchClusterPath() argument
220 return newClusterPath(removeOneClusterFromPath(base), clusterType); in switchClusterPath()
DAlbumPage.java347 public void doCluster(int clusterType) { in doCluster() argument
349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()
356 GalleryActionBar.getClusterByTypeString(context, clusterType)); in doCluster()
DAlbumSetPage.java310 public void doCluster(int clusterType) { in doCluster() argument
312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()
315 data.putInt(KEY_SELECTED_CLUSTER_TYPE, clusterType); in doCluster()