Home
last modified time | relevance | path

Searched refs:createSnapshot (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewCaptureTest.java72 Bitmap result = mViewToCapture.createSnapshot(Bitmap.Config.ARGB_8888, 0, skipChildren); in testCreateSnapshot()
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DHprof.java59 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprofLocalFile)); in analyzeHprof()
/frameworks/base/core/java/android/view/
DViewDebug.java786 cache[0] = captureView.createSnapshot( in performViewCapture()
DViewGroup.java3310 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot() method in ViewGroup
3326 Bitmap b = super.createSnapshot(quality, backgroundColor, skipChildren); in createSnapshot()
DView.java16374 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot() method