Searched refs:createSnapshot (Results 1 – 5 of 5) sorted by relevance
72 Bitmap result = mViewToCapture.createSnapshot(Bitmap.Config.ARGB_8888, 0, skipChildren); in testCreateSnapshot()
59 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprofLocalFile)); in analyzeHprof()
786 cache[0] = captureView.createSnapshot( in performViewCapture()
3310 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot() method in ViewGroup3326 Bitmap b = super.createSnapshot(quality, backgroundColor, skipChildren); in createSnapshot()
16374 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot() method