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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocationClustering.java46 private static class Point { class in class:LocationClustering
47 public Point(double lat, double lng) { method in class:LocationClustering.Point
51 public Point() {} method in class:LocationClustering.Point
87 final ArrayList<Point> points = new ArrayList<Point>();
93 points.add(new Point(s.lat, s.lng));
104 Point[] pointsArray = new Point[m];
204 private static int[] kMeans(Point points[], int[] bestK) {
211 Point[] cente
[all...]
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DPointCloud.java32 private ArrayList<Point> mPointCloud = new ArrayList<Point>();
105 class Point { class in class:PointCloud
110 public Point(float x2, float y2, float r) { method in class:PointCloud.Point
156 mPointCloud.add(new Point(x, y, r));
177 public int getAlphaForPoint(Point point) {
204 ArrayList<Point> points = mPointCloud;
208 Point point = points.get(i);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 196 milliseconds