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

/packages/apps/Browser/src/com/android/browser/
H A DUploadHandler.java93 void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { argument
98 final String mediaSourceKey = "capture";
119 if (capture.length() > 0) {
120 mediaSource = capture;
123 if (capture.equals(mediaSourceValueFileSystem)) {
125 // of the media capture API, if the value of the 'capture' attribute is
127 // may specify a different capture value.
149 // Specified just 'image/*', capture=filesystem, or an invalid capture paramete
[all...]
H A DPreloadController.java206 public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { argument
H A DWebViewController.java96 void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture); argument
H A DTab.java942 public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) {
944 mWebViewController.openFileChooser(uploadMsg, acceptType, capture);
1117 capture();
1406 capture();
1755 protected void capture() { method in class:Tab
1852 Log.e(LOGTAG, "Load capture has mismatched sizes; buffer: "
1854 + "capture: " + mCapture.getByteCount());
H A DController.java1929 public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { argument
1931 mUploadHandler.openFileChooser(uploadMsg, acceptType, capture);
/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.java60 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.
508 * Read an int from the input stream, and capture it if necessary for debugging. Seems a small
517 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.java111 public boolean capture(); method in interface:FocusOverlayManager.Listener
255 capture();
258 // already have requested AF for us, so just request capture on
266 capture();
281 capture();
438 private void capture() { method in class:FocusOverlayManager
439 if (mListener.capture()) {
H A DPhotoModule.java769 // Animate capture with real jpeg data instead of a preview frame.
864 // Only animate when in full screen capture mode
873 public boolean capture() { method in class:PhotoModule
1286 // If we are in an image capture intent and has taken
/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.

Completed in 163 milliseconds