HomeSort by relevance Sort by last modified time
    Searched defs:Picture (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 39 private Picture mPicture;
58 mPicture = new Picture();
79 canvas.drawPicture(Picture.createFromStream(is));
  /frameworks/base/graphics/java/android/graphics/
Picture.java 23 * A picture records drawing calls (via the canvas returned by beginRecording)
24 * and can then play them back (via picture.draw(canvas) or canvas.drawPicture).
25 * The picture's contents can also be written to a stream, and then later
26 * restored to a new picture (via writeToStream / createFromStream). For most
27 * content (esp. text, lines, rectangles), drawing a sequence from a picture can
28 * be faster than the equivalent API calls, since the picture performs its
31 public class Picture {
37 public Picture() {
42 * Create a picture by making a copy of what has already been recorded in
44 * changes will not be reflected in this picture
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 866 milliseconds