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()
4087 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument4104 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
23183 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument23194 Canvas canvas = canvasProvider.getCanvas(this, in createSnapshot()23228 return canvasProvider.createBitmap(); in createSnapshot()