Example usage for Java android.graphics.drawable PictureDrawable fields, constructors, methods, implement or subclass
The text is from its open source code.
PictureDrawable(Picture picture) Construct a new drawable referencing the specified picture. |
int | getIntrinsicHeight() |
int | getIntrinsicWidth() |
Picture | getPicture() Return the picture associated with the drawable. |