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()
4065 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument4082 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
24125 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument24136 Canvas canvas = canvasProvider.getCanvas(this, in createSnapshot()24170 return canvasProvider.createBitmap(); in createSnapshot()