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

/frameworks/base/graphics/java/android/graphics/
H A DPicture.java23 * A Picture records drawing calls (via the canvas returned by beginRecording)
24 * and can then play them back into Canvas (via {@link Picture#draw(Canvas)} or
25 * {@link Canvas#drawPicture(Picture)}).For most content (e.g. text, lines, rectangles),
30 public class Picture { class
44 public Picture() { method in class:Picture
53 public Picture(Picture src) { method in class:Picture
74 * be used anymore. This is automatically called if {@link Picture#draw}
75 * or {@link Canvas#drawPicture(Picture)} is called.
102 * {@link Picture#endRecordin
171 private Picture(int nativePicture, boolean fromStream) { method in class:Picture
[all...]

Completed in 38 milliseconds