Package org.robolectric.shadows
Class ShadowRecordingCanvas
java.lang.Object
org.robolectric.shadows.ShadowCanvas
org.robolectric.shadows.ShadowLegacyCanvas
org.robolectric.shadows.ShadowRecordingCanvas
@Implements(value=android.graphics.RecordingCanvas.class,
            isInAndroidSdk=false,
            minSdk=29)
public class ShadowRecordingCanvas
extends ShadowLegacyCanvas
- 
Nested Class SummaryNested classes/interfaces inherited from class org.robolectric.shadows.ShadowCanvasShadowCanvas.ArcPaintHistoryEvent, ShadowCanvas.CirclePaintHistoryEvent, ShadowCanvas.LinePaintHistoryEvent, ShadowCanvas.OvalPaintHistoryEvent, ShadowCanvas.Picker, ShadowCanvas.RectPaintHistoryEvent, ShadowCanvas.RoundRectPaintHistoryEvent, ShadowCanvas.TextHistoryEvent
- 
Field SummaryFields inherited from class org.robolectric.shadows.ShadowLegacyCanvascanvasReflector, realCanvas
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static longnCreateDisplayListCanvas(long node, int width, int height) Methods inherited from class org.robolectric.shadows.ShadowLegacyCanvas__constructor__, appendDescription, drawArc, drawBitmap, drawBitmap, drawBitmap, drawBitmap, drawCircle, drawColor, drawLine, drawOval, drawPaint, drawPath, drawRect, drawRect, drawRoundRect, drawText, drawText, drawText, drawText, getArcPaintHistoryCount, getCirclePaintHistoryCount, getClipBounds, getDescription, getDrawnArc, getDrawnCircle, getDrawnLine, getDrawnOval, getDrawnPaint, getDrawnPath, getDrawnPathPaint, getDrawnRect, getDrawnRoundRect, getDrawnTextEvent, getHeight, getLastDrawnRect, getLastDrawnRoundRect, getLinePaintHistoryCount, getOvalPaintHistoryCount, getPathPaintHistoryCount, getRectPaintHistoryCount, getRoundRectPaintHistoryCount, getSaveCount, getTextHistoryCount, getWidth, hasDrawnCircle, hasDrawnPath, initRaster, initRaster, initRaster, native_saveLayer, native_saveLayer, native_saveLayer, native_saveLayerAlpha, native_saveLayerAlpha, native_saveLayerAlpha, nGetSaveCount, nInitRaster, nInitRaster, nRestore, nRestoreToCount, nSave, nSaveLayer, nSaveLayer, nSaveLayerAlpha, nSaveLayerAlpha, release, reset, resetCanvasHistory, restore, restoreToCount, save, scale, scale, setBitmap, setHeight, setWidth, translateMethods inherited from class org.robolectric.shadows.ShadowCanvasvisualize
- 
Constructor Details- 
ShadowRecordingCanvaspublic ShadowRecordingCanvas()
 
- 
- 
Method Details- 
nCreateDisplayListCanvas
 
-