Home
last modified time | relevance | path

Searched refs:canvasProvider (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java92 CanvasProvider canvasProvider, boolean skipChildren, int goldenResId) { in testCreateSnapshot() argument
93 Bitmap result = mViewToCapture.createSnapshot(canvasProvider, skipChildren); in testCreateSnapshot()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4087 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument
4104 return super.createSnapshot(canvasProvider, skipChildren); in createSnapshot()
H A DView.java23183 public Bitmap createSnapshot(ViewDebug.CanvasProvider canvasProvider, boolean skipChildren) { in createSnapshot() argument
23194 Canvas canvas = canvasProvider.getCanvas(this, in createSnapshot()
23228 return canvasProvider.createBitmap(); in createSnapshot()