OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClusterSource
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java
84
case
ClusterSource
.CLUSTER_ALBUMSET_TIME:
87
case
ClusterSource
.CLUSTER_ALBUMSET_LOCATION:
90
case
ClusterSource
.CLUSTER_ALBUMSET_TAG:
93
case
ClusterSource
.CLUSTER_ALBUMSET_FACE:
107
if (mKind ==
ClusterSource
.CLUSTER_ALBUMSET_TAG) {
109
} else if (mKind ==
ClusterSource
.CLUSTER_ALBUMSET_SIZE) {
ClusterSource.java
21
class
ClusterSource
extends MediaSource {
37
public
ClusterSource
(GalleryApp application) {
DataManager.java
123
addSource(new
ClusterSource
(mApplication));
Completed in 136 milliseconds