HomeSort by relevance Sort by last modified time
    Searched full:clusterby (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 79 public int clusterBy;
82 int clusterBy) {
83 this(action, applied, enabled, title, title, clusterBy);
87 int dialogTitle, int clusterBy) {
92 this.clusterBy = clusterBy;
182 return context.getString(item.clusterBy);
  /external/chromium_org/chrome/tools/
history-viz.py 113 def ClusterBy(objs, pred):
185 hosts = ClusterBy(urls.values(), lambda url: url.host)
192 paths = ClusterBy(urls, lambda url: url.path)

Completed in 663 milliseconds