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.java86 final ArrayList<SmallItem> withoutLatLong = new ArrayList<SmallItem>(); in run() local
95 withoutLatLong.add(s); in run()
129 withoutLatLong.addAll(cluster); in run()
134 if (withoutLatLong.size() > 0) { in run()
136 mClusters.add(withoutLatLong); in run()