Searched refs:addLine (Results 1 – 10 of 10) sorted by relevance
30 builder.addLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"); in getHeader()31 builder.addLine("<kml xmlns=\"http://earth.google.com/kml/2.2\">"); in getHeader()32 builder.addLine("<Document>"); in getHeader()38 builder.addLine("</Document>"); in getFooter()39 builder.addLine("</kml>"); in getFooter()49 builder.addLine("<Placemark>"); in getOutput()50 builder.addLine("<description>"); in getOutput()51 builder.addLine("accuracy = " + loc.getAccuracy()); in getOutput()52 builder.addLine("distance from last network location = " in getOutput()54 builder.addLine("</description>"); in getOutput()[all …]
286 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addLine() function in android::SkPathGlue390 addLine(segmentPoints, lengths, iter->second); in addBezier()401 addLine(segmentPoints, lengths, points[0]); in createVerbSegments()404 addLine(segmentPoints, lengths, points[1]); in createVerbSegments()
104 .addLine("Alex Faaborg Check this out")105 .addLine("Jeff Chang Launch Party")
204 inboxStyle.addLine(computeNotificationTitle(printJob)); in createStackedNotification()
188 style.addLine(text); in addInboxStyle()
1757 public InboxStyle addLine(CharSequence cs) { in addLine() method in NotificationCompat.InboxStyle
4021 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.InboxStyle
261 inboxStyle.addLine(events[i]);
4860 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);
4770 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);