OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUSTER_BY_TIME
(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_TIME
= 2;
89
setMenuItemApplied(actionBar,
CLUSTER_BY_TIME
,
90
(ctype &
CLUSTER_BY_TIME
) != 0, (ccurrent &
CLUSTER_BY_TIME
) != 0);
153
return
CLUSTER_BY_TIME
;
196
case
CLUSTER_BY_TIME
:
GalleryActionBar.java
102
new ActionItem(FilterUtils.
CLUSTER_BY_TIME
, true, false, R.string.times,
Completed in 394 milliseconds