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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java36 * A Drawable is a general abstraction for "something that can be drawn." Most
37 * often you will deal with Drawable as the type of resource retrieved for
38 * drawing things to the screen; the Drawable class provides a generic API for
40 * Unlike a {@link android.view.View}, a Drawable does not have any facility to
43 * <p>In addition to simple drawing, Drawable provides a number of generic
48 * Drawable where it is drawn and how large it should be. All Drawables
55 * For example, a Drawable that is intended to be the frame for a button
59 * <li> The {@link #setState} method allows the client to tell the Drawable
64 * continuous controller that can modify the Drawable is displayed, such as
68 * <li> A Drawable ca
99 public abstract class Drawable { class
[all...]

Completed in 54 milliseconds