Searched defs:capture (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DAndroidCameraCaptureSessionProxy.java96 public int capture(CaptureRequest request, CaptureCallback listener, Handler handler) method in class:AndroidCameraCaptureSessionProxy
99 return mSession.capture(request, new AndroidCaptureCallback(listener), handler);
H A DCameraCaptureSessionProxy.java72 public int capture(CaptureRequest request, CaptureCallback listener, Handler handler) method in interface:CameraCaptureSessionProxy
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebChromeClient.java200 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { argument
201 mWrappedClient.openFileChooser(uploadFile, acceptType, capture);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DParser.java72 private boolean capture = false; field in class:Parser
197 * Turns on data capture; this is used to create test streams that represent "live" data and
201 capture = true;
206 * Turns off data capture; writes the captured data to a specified file.
517 * Read an int from the input stream, and capture it if necessary for debugging. Seems a small
526 if (capture) {
/packages/apps/Camera/src/com/android/camera/
H A DFocusOverlayManager.java101 public boolean capture(); method in interface:FocusOverlayManager.Listener
241 capture();
244 // already have requested AF for us, so just request capture on
252 capture();
267 capture();
424 private void capture() { method in class:FocusOverlayManager
425 if (mListener.capture()) {
H A DPhotoModule.java959 // Only animate when in full screen capture mode
964 // Finish capture animation
1105 // Only animate when in full screen capture mode
1110 // Start capture animation.
1116 public boolean capture() { method in class:PhotoModule
1192 // this can not happen in capture mode
1594 // If we are in an image capture intent and has taken
1814 // In image capture mode, back button should:
1815 // 1) if there is any popup, dismiss them, 2) otherwise, get out of image capture
1818 // no popup to dismiss, cancel image capture
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java117 public boolean capture(); method in interface:FocusOverlayManager.Listener
260 capture();
263 capture();
282 capture();
449 * Triggers the autofocus and set the state to which a capture will happen
468 private void capture() { method in class:FocusOverlayManager
469 if (mListener.capture()) {
H A DPhotoModule.java1007 // Animate capture with real jpeg data instead of a preview
1104 // Only animate when in full screen capture mode
1113 public boolean capture() { method in class:PhotoModule
1114 Log.i(TAG, "capture");
1298 Log.v(TAG, "inlined bitmap into capture intent result");
1349 Log.v(TAG, "starting CROP intent for capture");
1556 // If we are in an image capture intent and has taken
H A DVideoModule.java118 // if, during and intent capture, the activity is paused (e.g. when app switching or reviewing a
119 // shot video), we don't want the bottom bar intent ui to reset to the capture button
644 // Make sure we don't delete the Uri sent from the video capture intent.
667 // Start capture animation.
669 // The capture animation is disabled on ICS because we use SurfaceView
712 // Keep the shutter button disabled when in video capture intent
1050 // Consume menu button presses during capture.
1063 // Consume menu button presses during capture.
1418 // A special case of mode options closing: during capture it should
1524 // if no file save is needed, we can show the post capture U
2032 public boolean capture() { method in class:VideoModule
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraImpl.java108 /** Set the total capture result once it's been received. */
115 * Returns whether the capture is complete (which is the case once the
116 * image and capture result are both present.
125 /** If true, will write data about each capture request to disk. */
174 /** Keep PictureCallback for last requested capture. */
243 // Add the capture result to the latest in-flight
244 // capture. If all the data for that capture is
246 InFlightCapture capture = null;
250 capture
760 onCaptureCompleted(InFlightCapture capture) argument
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DFocusManager.java80 public boolean capture(); method in interface:FocusManager.Listener
184 capture();
187 // already have requested AF for us, so just request capture on
195 capture();
215 capture();
343 private void capture() { method in class:FocusManager
344 if (mListener.capture()) {
H A DCamera.java372 if (!mIsImageCaptureIntent) { // no thumbnail in image capture intent
1040 public boolean capture() { method in class:Camera
1612 // If we are in an image capture intent and has taken
2217 // If the intent is camera capture, stay in camera capture mode.
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java996 Uri capture() { method in class:Evaluator
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraManager.java1123 public boolean capture() { method in class:CameraManager
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusOverlayManager.java98 public boolean capture(); method in interface:FocusOverlayManager.Listener
235 capture();
238 // already have requested AF for us, so just request capture on
246 capture();
261 capture();
409 private void capture() { method in class:FocusOverlayManager
410 if (mListener.capture()) {
/packages/apps/Browser/src/com/android/browser/
H A DTab.java1185 capture();
1478 capture();
1839 protected void capture() { method in class:Tab
1936 Log.e(LOGTAG, "Load capture has mismatched sizes; buffer: "
1938 + "capture: " + mCapture.getByteCount());

Completed in 478 milliseconds