Searched refs:clusterType (Results 1 – 3 of 3) sorted by relevance
193 public static String newClusterPath(String base, int clusterType) { in newClusterPath() argument195 switch (clusterType) { in newClusterPath()219 public static String switchClusterPath(String base, int clusterType) { in switchClusterPath() argument220 return newClusterPath(removeOneClusterFromPath(base), clusterType); in switchClusterPath()
347 public void doCluster(int clusterType) { in doCluster() argument349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()356 GalleryActionBar.getClusterByTypeString(context, clusterType)); in doCluster()
310 public void doCluster(int clusterType) { in doCluster() argument312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()315 data.putInt(KEY_SELECTED_CLUSTER_TYPE, clusterType); in doCluster()