Searched defs:clusterBy (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java79 public int clusterBy; field in class:GalleryActionBar.ActionItem
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);
81 ActionItem(int action, boolean applied, boolean enabled, int title, int clusterBy) argument
86 ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle, int dialogTitle, int clusterBy) argument

Completed in 27 milliseconds