Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java61 public static final int CLUSTER_BY_TIME = 2; field in FilterUtils
89 setMenuItemApplied(actionBar, CLUSTER_BY_TIME, in setupMenuItems()
90 (ctype & CLUSTER_BY_TIME) != 0, (ccurrent & CLUSTER_BY_TIME) != 0); in setupMenuItems()
153 return CLUSTER_BY_TIME; in toClusterType()
196 case CLUSTER_BY_TIME: in newClusterPath()
DGalleryActionBar.java102 new ActionItem(FilterUtils.CLUSTER_BY_TIME, true, false, R.string.times,