Searched refs:createSnapshot (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java1170 cache[0] = captureView.createSnapshot(
1174 cache[0] = captureView.createSnapshot(
H A DViewGroup.java1282 Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { method in class:ViewGroup
1297 Bitmap b = super.createSnapshot(quality, backgroundColor, skipChildren);
H A DView.java6658 Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { method in class:View

Completed in 82 milliseconds