Searched refs:canvasProvider (Results 1 – 3 of 3) sorted by relevance
92 CanvasProvider canvasProvider, boolean skipChildren, int goldenResId) { in testCreateSnapshot() argument93 Bitmap result = mViewToCapture.createSnapshot(canvasProvider, skipChildren); in testCreateSnapshot()
4042 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument4059 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
21642 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument21653 Canvas canvas = canvasProvider.getCanvas(this, in createSnapshot()21687 return canvasProvider.createBitmap(); in createSnapshot()