@Implements(value=android.graphics.Picture.class) public class ShadowPicture extends java.lang.Object
| Constructor and Description | 
|---|
| ShadowPicture() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | __constructor__() | 
| protected void | __constructor__(int nativePicture,
               boolean fromStream) | 
| protected void | __constructor__(long nativePicture) | 
| protected void | __constructor__(android.graphics.Picture src) | 
| protected android.graphics.Canvas | beginRecording(int width,
              int height) | 
| protected int | getHeight() | 
| protected int | getWidth() | 
@Implementation protected void __constructor__()
@Implementation(minSdk=21) protected void __constructor__(long nativePicture)
@Implementation(maxSdk=20) protected void __constructor__(int nativePicture, boolean fromStream)
@Implementation protected void __constructor__(android.graphics.Picture src)
@Implementation protected int getWidth()
@Implementation protected int getHeight()
@Implementation protected android.graphics.Canvas beginRecording(int width, int height)