Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryActionBar.java79 public int clusterBy; field in GalleryActionBar.ActionItem
82 int clusterBy) { in ActionItem() argument
83 this(action, applied, enabled, title, title, clusterBy); in ActionItem()
87 int dialogTitle, int clusterBy) { in ActionItem() argument
92 this.clusterBy = clusterBy; in ActionItem()
182 return context.getString(item.clusterBy); in getClusterByTypeString()