HomeSort by relevance Sort by last modified time
    Searched full:withoutlatlong (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 87 final ArrayList<SmallItem> withoutLatLong = new ArrayList<SmallItem>();
96 withoutLatLong.add(s);
130 withoutLatLong.addAll(cluster);
135 if (withoutLatLong.size() > 0) {
137 mClusters.add(withoutLatLong);

Completed in 3067 milliseconds