Lines Matching full:drawing
1 page.title=Custom Drawing
19 <li><a href="#createobject">Create Drawing Objects</a></li>
38 <p>The most important part of a custom view is its appearance. Custom drawing can be easy or complex
44 <p>The most important step in drawing a custom view is to override the {@link
49 class defines methods for drawing text, lines, bitmaps, and many other graphics primitives. You can
54 <p>Before you can call any drawing methods, though, it's necessary to create a {@link
58 <h2 id="createobject">Create Drawing Objects</h2>
60 <p>The {@link android.graphics} framework divides drawing into two areas:</p>
107 and many drawing
108 objects require expensive initialization. Creating drawing objects within your {@link