Home
last modified time | relevance | path

Searched refs:CLUSTER_BY_FACE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java65 public static final int CLUSTER_BY_FACE = 32; field in FilterUtils
95 setMenuItemApplied(actionBar, CLUSTER_BY_FACE, in setupMenuItems()
96 (ctype & CLUSTER_BY_FACE) != 0, (ccurrent & CLUSTER_BY_FACE) != 0); in setupMenuItems()
161 return CLUSTER_BY_FACE; in toClusterType()
208 case CLUSTER_BY_FACE: in newClusterPath()
DGalleryActionBar.java104 new ActionItem(FilterUtils.CLUSTER_BY_FACE, true, false, R.string.people,