Package org.robolectric.shadows
Class ShadowPicture
java.lang.Object
org.robolectric.shadows.ShadowPicture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void__constructor__(Picture src) protected CanvasbeginRecording(int width, int height) protected intprotected intgetWidth()protected static intnativeConstructor(int nativeSrc) protected static longnativeConstructor(long nativeSrc)
-
Constructor Details
-
ShadowPicture
public ShadowPicture()
-
-
Method Details
-
nativeConstructor
@Implementation(maxSdk=19) protected static int nativeConstructor(int nativeSrc) -
nativeConstructor
@Implementation(minSdk=20) protected static long nativeConstructor(long nativeSrc) -
__constructor__
-
getWidth
@Implementation protected int getWidth() -
getHeight
@Implementation protected int getHeight() -
beginRecording
-