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