Searched defs:CLUSTER_BY_LOCATION (Results 1 - 1 of 1) 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:

Completed in 175 milliseconds