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 62 public static final int CLUSTER_BY_TAG = 8;
92 setMenuItemApplied(model, CLUSTER_BY_TAG,
93 (ctype & CLUSTER_BY_TAG) != 0, (ccurrent & CLUSTER_BY_TAG) != 0);
156 return CLUSTER_BY_TAG;
201 case CLUSTER_BY_TAG:
GalleryActionBar.java 88 new ActionItem(FilterUtils.CLUSTER_BY_TAG, true, false, R.string.tags,

Completed in 36 milliseconds