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
87 // This field is used to finalize the native Canvas properly
116 public Canvas() { method in class:Canvas
131 public Canvas(Bitmap bitmap) { method in class:Canvas
134 "Immutable bitmap passed to Canvas constructor");
143 Canvas(in method in class:Canvas
[all...]

Completed in 58 milliseconds