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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 65 public static final int CLUSTER_BY_FACE = 32;
95 setMenuItemApplied(actionBar, CLUSTER_BY_FACE,
96 (ctype & CLUSTER_BY_FACE) != 0, (ccurrent & CLUSTER_BY_FACE) != 0);
161 return CLUSTER_BY_FACE;
208 case CLUSTER_BY_FACE:
GalleryActionBar.java 104 new ActionItem(FilterUtils.CLUSTER_BY_FACE, true, false, R.string.people,

Completed in 85 milliseconds