Home
last modified time | relevance | path

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

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DKMLFormatter.java30 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 …]
/frameworks/base/core/jni/android/graphics/
DPath.cpp286 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addLine() function in android::SkPathGlue
390 addLine(segmentPoints, lengths, iter->second); in addBezier()
401 addLine(segmentPoints, lengths, points[0]); in createVerbSegments()
404 addLine(segmentPoints, lengths, points[1]); in createVerbSegments()
/frameworks/base/docs/html/training/wearables/notifications/
Dstacks.jd104 .addLine("Alex Faaborg Check this out")
105 .addLine("Jeff Chang Launch Party")
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java204 inboxStyle.addLine(computeNotificationTitle(printJob)); in createStackedNotification()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java188 style.addLine(text); in addInboxStyle()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java1757 public InboxStyle addLine(CharSequence cs) { in addLine() method in NotificationCompat.InboxStyle
/frameworks/base/core/java/android/app/
DNotification.java4021 public InboxStyle addLine(CharSequence cs) { in addLine() method in Notification.InboxStyle
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd261 inboxStyle.addLine(events[i]);
/frameworks/base/api/
Dsystem-current.txt4860 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);
Dcurrent.txt4770 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);