Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocationClustering.java86 final ArrayList<SmallItem> withLatLong = new ArrayList<SmallItem>(); in run() local
93 withLatLong.add(s); in run()
102 int m = withLatLong.size(); in run()
115 clusters.get(index[i]).add(withLatLong.get(i)); in run()