Package org.robolectric.shadows
Class ShadowPicture
- java.lang.Object
-
- org.robolectric.shadows.ShadowPicture
-
@Implements(android.graphics.Picture.class) public class ShadowPicture extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowPicture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__constructor__(Picture src)protected CanvasbeginRecording(int width, int height)protected intgetHeight()protected intgetWidth()protected static intnativeConstructor(int nativeSrc)protected static longnativeConstructor(long nativeSrc)
-
-
-
Method Detail
-
nativeConstructor
@Implementation(maxSdk=19) protected static int nativeConstructor(int nativeSrc)
-
nativeConstructor
@Implementation(minSdk=20) protected static long nativeConstructor(long nativeSrc)
-
__constructor__
@Implementation protected void __constructor__(Picture src)
-
getWidth
@Implementation protected int getWidth()
-
getHeight
@Implementation protected int getHeight()
-
beginRecording
@Implementation protected Canvas beginRecording(int width, int height)
-
-