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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 63 public static final int CLUSTER_BY_TAG = 8;
93 setMenuItemApplied(actionBar, CLUSTER_BY_TAG,
94 (ctype & CLUSTER_BY_TAG) != 0, (ccurrent & CLUSTER_BY_TAG) != 0);
157 return CLUSTER_BY_TAG;
202 case CLUSTER_BY_TAG:
GalleryActionBar.java 106 new ActionItem(FilterUtils.CLUSTER_BY_TAG, true, false, R.string.tags,

Completed in 211 milliseconds