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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 61 public static final int CLUSTER_BY_LOCATION = 4;
90 setMenuItemApplied(model, CLUSTER_BY_LOCATION,
91 (ctype & CLUSTER_BY_LOCATION) != 0, (ccurrent & CLUSTER_BY_LOCATION) != 0);
154 return CLUSTER_BY_LOCATION;
198 case CLUSTER_BY_LOCATION:
GalleryActionBar.java 82 new ActionItem(FilterUtils.CLUSTER_BY_LOCATION, true, false,

Completed in 56 milliseconds