Searched defs:getCluster (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ | ||
H A D | Clustering.java | 24 public abstract ArrayList<Path> getCluster(int index); in getCluster() method in Clustering |
H A D | TagClustering.java | 87 public ArrayList<Path> getCluster(int index) { in getCluster() method in TagClustering |
H A D | SizeClustering.java | 129 public ArrayList<Path> getCluster(int index) { in getCluster() method in SizeClustering |
H A D | FaceClustering.java | 129 public ArrayList<Path> getCluster(int index) { in getCluster() method in FaceClustering |
H A D | LocationClustering.java | 187 public ArrayList<Path> getCluster(int index) { in getCluster() method in LocationClustering |
H A D | TimeClustering.java | 163 public ArrayList<Path> getCluster(int index) { in getCluster() method in TimeClustering |