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 64 public static final int CLUSTER_BY_FACE = 32;
94 setMenuItemApplied(model, CLUSTER_BY_FACE,
95 (ctype & CLUSTER_BY_FACE) != 0, (ccurrent & CLUSTER_BY_FACE) != 0);
160 return CLUSTER_BY_FACE;
207 case CLUSTER_BY_FACE:
GalleryActionBar.java 86 new ActionItem(FilterUtils.CLUSTER_BY_FACE, true, false, R.string.people,

Completed in 36 milliseconds