Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java220 return newClusterPath(removeOneClusterFromPath(base), clusterType); in switchClusterPath()
224 private static String removeOneClusterFromPath(String base) { in removeOneClusterFromPath() method in FilterUtils
226 return removeOneClusterFromPath(base, done); in removeOneClusterFromPath()
229 private static String removeOneClusterFromPath(String base, boolean[] done) { in removeOneClusterFromPath() method in FilterUtils
248 sb.append(removeOneClusterFromPath(sets[j], done)); in removeOneClusterFromPath()