Searched refs:ActionItem (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | GalleryActionBar.java | 55 private static class ActionItem { class in GalleryActionBar 63 public ActionItem(int action, boolean applied, boolean enabled, int title, in ActionItem() method in GalleryActionBar.ActionItem 68 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle, in ActionItem() method in GalleryActionBar.ActionItem 79 private static final ActionItem[] sClusterItems = new ActionItem[] { 80 new ActionItem(FilterUtils.CLUSTER_BY_ALBUM, true, false, R.string.albums, 82 new ActionItem(FilterUtils.CLUSTER_BY_LOCATION, true, false, 84 new ActionItem(FilterUtils.CLUSTER_BY_TIME, true, false, R.string.times, 86 new ActionItem(FilterUtils.CLUSTER_BY_FACE, true, false, R.string.people, 88 new ActionItem(FilterUtils.CLUSTER_BY_TAG, true, false, R.string.tags, 118 for (ActionItem item : sClusterItems) { in getClusterByTypeString() [all …]
|