Class ShadowNativeBaseCanvas

java.lang.Object
org.robolectric.shadows.ShadowCanvas
org.robolectric.shadows.ShadowNativeBaseCanvas
Direct Known Subclasses:
ShadowNativeCanvas

@Implements(value=android.graphics.BaseCanvas.class,
            minSdk=26,
            shadowPicker=Picker.class,
            isInAndroidSdk=false)
public class ShadowNativeBaseCanvas
extends ShadowCanvas
Shadow for BaseCanvas that is backed by native code
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ShadowNativeBaseCanvas.Picker
    Shadow picker for BaseCanvas.
  • Constructor Summary

    Constructors 
    Constructor Description
    ShadowNativeBaseCanvas()  
  • Method Summary

    Modifier and Type Method Description
    void appendDescription​(String s)  
    int getArcPaintHistoryCount()  
    int getCirclePaintHistoryCount()  
    String getDescription()  
    ShadowCanvas.ArcPaintHistoryEvent getDrawnArc​(int i)  
    ShadowCanvas.CirclePaintHistoryEvent getDrawnCircle​(int i)  
    ShadowCanvas.LinePaintHistoryEvent getDrawnLine​(int i)  
    ShadowCanvas.OvalPaintHistoryEvent getDrawnOval​(int i)  
    Paint getDrawnPaint()  
    Path getDrawnPath​(int i)  
    Paint getDrawnPathPaint​(int i)  
    ShadowCanvas.RectPaintHistoryEvent getDrawnRect​(int i)  
    ShadowCanvas.RoundRectPaintHistoryEvent getDrawnRoundRect​(int i)  
    ShadowCanvas.TextHistoryEvent getDrawnTextEvent​(int i)  
    ShadowCanvas.RectPaintHistoryEvent getLastDrawnRect()  
    ShadowCanvas.RoundRectPaintHistoryEvent getLastDrawnRoundRect()  
    int getLinePaintHistoryCount()  
    int getOvalPaintHistoryCount()  
    int getPathPaintHistoryCount()  
    int getRectPaintHistoryCount()  
    int getRoundRectPaintHistoryCount()  
    int getTextHistoryCount()  
    boolean hasDrawnCircle()  
    boolean hasDrawnPath()  
    protected static void nDrawArc​(long nativeCanvas, float left, float top, float right, float bottom, float startAngle, float sweep, boolean useCenter, long nativePaint)  
    protected static void nDrawBitmap​(long nativeCanvas, int[] colors, int offset, int stride, float x, float y, int width, int height, boolean hasAlpha, long nativePaintOrZero)  
    protected static void nDrawBitmap​(long nativeCanvas, long bitmapHandle, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity)  
    protected static void nDrawBitmap​(long nativeCanvas, long bitmapHandle, float left, float top, long nativePaintOrZero, int canvasDensity, int screenDensity, int bitmapDensity)  
    protected static void nDrawBitmap​(long nativeCanvas, Bitmap bitmap, float srcLeft, float srcTop, float srcRight, float srcBottom, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity)  
    protected static void nDrawBitmap​(long nativeCanvas, Bitmap bitmap, float left, float top, long nativePaintOrZero, int canvasDensity, int screenDensity, int bitmapDensity)  
    protected static void nDrawBitmapMatrix​(long nativeCanvas, long bitmapHandle, long nativeMatrix, long nativePaint)  
    protected static void nDrawBitmapMatrix​(long nativeCanvas, Bitmap bitmap, long nativeMatrix, long nativePaint)  
    protected static void nDrawBitmapMesh​(long nativeCanvas, long bitmapHandle, int meshWidth, int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, long nativePaint)  
    protected static void nDrawBitmapMesh​(long nativeCanvas, Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, long nativePaint)  
    protected static void nDrawCircle​(long nativeCanvas, float cx, float cy, float radius, long nativePaint)  
    protected static void nDrawColor​(long nativeCanvas, int color, int mode)  
    protected static void nDrawColor​(long nativeCanvas, long nativeColorSpace, long color, int mode)  
    protected static void nDrawDoubleRoundRect​(long nativeCanvas, float outerLeft, float outerTop, float outerRight, float outerBottom, float[] outerRadii, float innerLeft, float innerTop, float innerRight, float innerBottom, float[] innerRadii, long nativePaint)  
    protected static void nDrawDoubleRoundRect​(long nativeCanvas, float outerLeft, float outerTop, float outerRight, float outerBottom, float outerRx, float outerRy, float innerLeft, float innerTop, float innerRight, float innerBottom, float innerRx, float innerRy, long nativePaint)  
    protected static void nDrawGlyphs​(long nativeCanvas, int[] glyphIds, float[] positions, int glyphIdStart, int positionStart, int glyphCount, long nativeFont, long nativePaint)  
    protected static void nDrawLine​(long nativeCanvas, float startX, float startY, float stopX, float stopY, long nativePaint)  
    protected static void nDrawLines​(long canvasHandle, float[] pts, int offset, int count, long paintHandle)  
    protected static void nDrawNinePatch​(long nativeCanvas, long nativeBitmap, long ninePatch, float dstLeft, float dstTop, float dstRight, float dstBottom, long nativePaintOrZero, int screenDensity, int bitmapDensity)  
    protected static void nDrawOval​(long nativeCanvas, float left, float top, float right, float bottom, long nativePaint)  
    protected static void nDrawPaint​(long nativeCanvas, long nativePaint)  
    protected static void nDrawPath​(long nativeCanvas, long nativePath, long nativePaint)  
    protected static void nDrawPoint​(long canvasHandle, float x, float y, long paintHandle)  
    protected static void nDrawPoints​(long canvasHandle, float[] pts, int offset, int count, long paintHandle)  
    protected static void nDrawRect​(long nativeCanvas, float left, float top, float right, float bottom, long nativePaint)  
    protected static void nDrawRegion​(long nativeCanvas, long nativeRegion, long nativePaint)  
    protected static void nDrawRoundRect​(long nativeCanvas, float left, float top, float right, float bottom, float rx, float ry, long nativePaint)  
    protected static void nDrawText​(long nativeCanvas, char[] text, int index, int count, float x, float y, int flags, long nativePaint)  
    protected static void nDrawText​(long nativeCanvas, char[] text, int index, int count, float x, float y, int flags, long nativePaint, long nativeTypeface)  
    protected static void nDrawText​(long nativeCanvas, String text, int start, int end, float x, float y, int flags, long nativePaint)  
    protected static void nDrawText​(long nativeCanvas, String text, int start, int end, float x, float y, int flags, long nativePaint, long nativeTypeface)  
    protected static void nDrawTextOnPath​(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint)  
    protected static void nDrawTextOnPath​(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, long nativeTypeface)  
    protected static void nDrawTextOnPath​(long nativeCanvas, String text, long nativePath, float hOffset, float vOffset, int flags, long nativePaint)  
    protected static void nDrawTextOnPath​(long nativeCanvas, String text, long nativePath, float hOffset, float vOffset, int flags, long nativePaint, long nativeTypeface)  
    protected static void nDrawTextRun​(long nativeCanvas, char[] text, int start, int count, int contextStart, int contextCount, float x, float y, boolean isRtl, long nativePaint, long nativeTypefaceOrPrecomputedText)
    The signature of this method is the same from SDK levels O and above, but the last native pointer changed from a Typeface pointer to a MeasuredParagraph pointer in P.
    protected static void nDrawTextRun​(long nativeCanvas, String text, int start, int end, int contextStart, int contextEnd, float x, float y, boolean isRtl, long nativePaint)  
    protected static void nDrawTextRun​(long nativeCanvas, String text, int start, int end, int contextStart, int contextEnd, float x, float y, boolean isRtl, long nativePaint, long nativeTypeface)  
    protected static void nDrawVertices​(long nativeCanvas, int mode, int n, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, long nativePaint)  
    protected static void nPunchHole​(long renderer, float left, float top, float right, float bottom, float rx, float ry)  
    protected static void nPunchHole​(long renderer, float left, float top, float right, float bottom, float rx, float ry, float alpha)  
    void resetCanvasHistory()  
    void setHeight​(int height)  
    void setWidth​(int width)  

    Methods inherited from class org.robolectric.shadows.ShadowCanvas

    visualize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait