@Implements(value=android.graphics.RecordingCanvas.class, isInAndroidSdk=false, minSdk=29) public class ShadowRecordingCanvas extends ShadowCanvas
ShadowCanvas.ArcPaintHistoryEvent, ShadowCanvas.CirclePaintHistoryEvent, ShadowCanvas.LinePaintHistoryEvent, ShadowCanvas.OvalPaintHistoryEvent, ShadowCanvas.RectPaintHistoryEvent, ShadowCanvas.RoundRectPaintHistoryEvent, ShadowCanvas.TextHistoryEvent
Constructor | Description |
---|---|
ShadowRecordingCanvas() |
Modifier and Type | Method | Description |
---|---|---|
protected static long |
nCreateDisplayListCanvas() |
|
protected static long |
nCreateDisplayListCanvas(int width,
int height) |
|
protected static long |
nCreateDisplayListCanvas(long node,
int width,
int height) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__constructor__, appendDescription, drawArc, drawBitmap, drawBitmap, drawBitmap, drawBitmap, drawCircle, drawColor, drawLine, drawOval, drawPaint, drawPath, drawRect, drawRoundRect, drawText, drawText, drawText, drawText, getArcPaintHistoryCount, getCirclePaintHistoryCount, getDescription, getDrawnArc, getDrawnCircle, getDrawnLine, getDrawnOval, getDrawnPaint, getDrawnPath, getDrawnPathPaint, getDrawnRect, getDrawnRoundRect, getDrawnTextEvent, getHeight, getLastDrawnRect, getLastDrawnRoundRect, getLinePaintHistoryCount, getOvalPaintHistoryCount, getPathPaintHistoryCount, getRectPaintHistoryCount, getRoundRectPaintHistoryCount, getTextHistoryCount, getWidth, hasDrawnCircle, hasDrawnPath, resetCanvasHistory, restore, save, scale, scale, setBitmap, setHeight, setWidth, translate, visualize
@Implementation protected static long nCreateDisplayListCanvas(long node, int width, int height)
@Config protected static long nCreateDisplayListCanvas(int width, int height)
@Config protected static long nCreateDisplayListCanvas()