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

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DKMLFormatter.java30 builder.addLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
31 builder.addLine("<kml xmlns=\"http://earth.google.com/kml/2.2\">");
32 builder.addLine("<Document>");
38 builder.addLine("</Document>");
39 builder.addLine("</kml>");
49 builder.addLine("<Placemark>");
50 builder.addLine("<description>");
51 builder.addLine("accuracy = " + loc.getAccuracy());
52 builder.addLine("distance from last network location = "
54 builder.addLine("</descriptio
76 public void addLine(String line) { method in class:KMLFormatter.LineBuilder
[all...]
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectArea.java82 public void addLine(int[] points, int pointCount) { method in class:MultiRectArea.LineCash
/frameworks/base/awt/java/awt/
H A DBasicStroke.java517 addLine(cx, cy, cx = coords[0], cy = coords[1], true);
527 addLine(cx, cy, mx, my, false);
861 void addLine(double x1, double y1, double x2, double y2, boolean zero) { method in class:BasicStroke
923 addLine(x1, y1, x3, y3, false);
928 addLine(x2, y2, x3, y3, false);
933 addLine(x1, y1, x2, y2, false);
1087 addLine(x1, y1, x4, y4, false);
1093 addLine(x3, y3, x4, y4, false);
1098 addLine(x1, y1, x2, y2, false);
1103 addLine(x
[all...]

Completed in 136 milliseconds