OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newClusterPath
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java
45
// T =
newClusterPath
(S, clusterType);
193
public static String
newClusterPath
(String base, int clusterType) {
220
return
newClusterPath
(removeOneClusterFromPath(base), clusterType);
AlbumPage.java
349
String newPath = FilterUtils.
newClusterPath
(basePath, clusterType);
Completed in 54 milliseconds