Searched refs:CLUSTER_BY_LOCATION (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java62 public static final int CLUSTER_BY_LOCATION = 4; field in class:FilterUtils
91 setMenuItemApplied(actionBar, CLUSTER_BY_LOCATION,
92 (ctype & CLUSTER_BY_LOCATION) != 0, (ccurrent & CLUSTER_BY_LOCATION) != 0);
155 return CLUSTER_BY_LOCATION;
199 case CLUSTER_BY_LOCATION:
H A DGalleryActionBar.java100 new ActionItem(FilterUtils.CLUSTER_BY_LOCATION, true, false,

Completed in 47 milliseconds