Searched defs:Point (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocationClustering.java45 private static class Point { class in class:LocationClustering
46 public Point(double lat, double lng) { method in class:LocationClustering.Point
50 public Point() {} method in class:LocationClustering.Point
85 final ArrayList<Point> points = new ArrayList<Point>();
91 points.add(new Point(s.lat, s.lng));
102 Point[] pointsArray = new Point[m];
201 private static int[] kMeans(Point points[], int[] bestK) {
208 Point[] cente
[all...]

Completed in 67 milliseconds