Searched defs:capture (Results 1 - 14 of 14) 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/Dialer/java/com/android/dialer/callcomposer/
H A DCameraComposerFragment.java66 private ImageButton capture; field in class:CameraComposerFragment
98 capture = (ImageButton) cameraView.findViewById(R.id.camera_capture_button);
107 capture.setOnClickListener(this);
164 if (view == capture) {
350 capture.setVisibility(uriReadyOrProcessing ? View.GONE : View.VISIBLE);
365 capture.setEnabled(isCameraAvailable);
/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");
1560 // 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.
1416 // A special case of mode options closing: during capture it should
1522 // if no file save is needed, we can show the post capture U
2030 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/Dialer/java/com/android/dialer/callcomposer/camera/
H A DCameraManager.java780 public boolean capture() { method in class:CameraManager
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DFocusOverlayManager.java90 boolean capture(); method in interface:FocusOverlayManager.Listener
181 capture();
336 private void capture() { method in class:FocusOverlayManager
337 if (mListener.capture()) {
/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
1625 // If we are in an image capture intent and has taken
2230 // If the intent is camera capture, stay in camera capture mode.
/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/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java1736 public Uri capture(long index) { method in class:Evaluator

Completed in 324 milliseconds