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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 60 public static final int CLUSTER_BY_TIME = 2;
88 setMenuItemApplied(model, CLUSTER_BY_TIME,
89 (ctype & CLUSTER_BY_TIME) != 0, (ccurrent & CLUSTER_BY_TIME) != 0);
152 return CLUSTER_BY_TIME;
195 case CLUSTER_BY_TIME:
GalleryActionBar.java 84 new ActionItem(FilterUtils.CLUSTER_BY_TIME, true, false, R.string.times,

Completed in 38 milliseconds