Home | History | Annotate | Download | only in view

Lines Matching refs:capture

289          * @return the View to capture from, or null if not found
297 // Maximum delay in ms after which we stop trying to capture a View's drawing
300 private static final String REMOTE_COMMAND_CAPTURE = "CAPTURE";
422 capture(view, clientStream, params[0]);
713 private static void capture(View root, final OutputStream clientStream, String parameter)
717 capture(root, clientStream, captureView);
721 public static void capture(View root, final OutputStream clientStream, View captureView)
726 Log.w("View", "Failed to create capture bitmap!");
768 Log.w("View", "Could not complete the capture of the view " + captureView);