Home
last modified time | relevance | path

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

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