Home
last modified time | relevance | path

Searched refs:newClusterPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java193 public static String newClusterPath(String base, int clusterType) { in newClusterPath() method in FilterUtils
220 return newClusterPath(removeOneClusterFromPath(base), clusterType); in switchClusterPath()
DAlbumPage.java349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()