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()
4057 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument4074 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
22549 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument22560 Canvas canvas = canvasProvider.getCanvas(this, in createSnapshot()22594 return canvasProvider.createBitmap(); in createSnapshot()