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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java27 * The Canvas class holds the "draw" calls. To draw something, you need
28 * 4 basic components: A Bitmap to hold the pixels, a Canvas to host
35 * <p>For more information about how to use Canvas, read the
37 * Canvas and Drawables</a> developer guide.</p></div>
39 public class Canvas { class
81 // This field is used to finalize the native Canvas properly
110 public Canvas() { method in class:Canvas
125 public Canvas(Bitmap bitmap) { method in class:Canvas
127 throw new IllegalStateException("Immutable bitmap passed to Canvas constructor");
136 Canvas(in method in class:Canvas
[all...]

Completed in 455 milliseconds