OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withoutlatlong
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java
84
final ArrayList<SmallItem>
withoutLatLong
= new ArrayList<SmallItem>();
93
withoutLatLong
.add(s);
127
withoutLatLong
.addAll(cluster);
132
if (
withoutLatLong
.size() > 0) {
134
mClusters.add(
withoutLatLong
);
Completed in 186 milliseconds