Class ShadowPicture


  • @Implements(android.graphics.Picture.class)
    public class ShadowPicture
    extends java.lang.Object
    • Constructor Detail

      • ShadowPicture

        public ShadowPicture()
    • 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__​(android.graphics.Picture src)
      • getWidth

        @Implementation
        protected int getWidth()
      • getHeight

        @Implementation
        protected int getHeight()
      • beginRecording

        @Implementation
        protected android.graphics.Canvas beginRecording​(int width,
                                                         int height)