Class ShadowPicture

java.lang.Object
org.robolectric.shadows.ShadowPicture

@Implements(android.graphics.Picture.class) public class ShadowPicture extends Object
  • Constructor Details

    • ShadowPicture

      public ShadowPicture()
  • Method Details

    • nativeConstructor

      @Implementation 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)