Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java1235 final View captureView = findView(root, parameter); in capture() local
1236 Bitmap b = performViewCapture(captureView, false); in capture()
1258 private static Bitmap performViewCapture(final View captureView, final boolean skpiChildren) { in performViewCapture() argument
1259 if (captureView != null) { in performViewCapture()
1263 captureView.post(new Runnable() { in performViewCapture()
1266 cache[0] = captureView.createSnapshot( in performViewCapture()
1280 Log.w("View", "Could not complete the capture of the view " + captureView); in performViewCapture()