Searched refs:captureView (Results 1 – 1 of 1) sorted by relevance
1235 final View captureView = findView(root, parameter); in capture() local1236 Bitmap b = performViewCapture(captureView, false); in capture()1258 private static Bitmap performViewCapture(final View captureView, final boolean skpiChildren) { in performViewCapture() argument1259 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()