Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/camera/
DFocusOverlayManager.java110 public boolean capture(); in capture() method
243 capture(); in doSnap()
254 capture(); in doSnap()
269 capture(); in onAutoFocus()
419 private void capture() { in capture() method in FocusOverlayManager
420 if (mListener.capture()) { in capture()
DPhotoModule.java986 public boolean capture() { in capture() method in PhotoModule
/packages/apps/LegacyCamera/src/com/android/camera/
DFocusManager.java80 public boolean capture(); in capture() method
184 capture(); in doSnap()
195 capture(); in doSnap()
215 capture(); in onAutoFocus()
343 private void capture() { in capture() method in FocusManager
344 if (mListener.capture()) { in capture()
DCamera.java1040 public boolean capture() { in capture() method in Camera
/packages/apps/Camera/src/com/android/camera/
DFocusOverlayManager.java101 public boolean capture(); in capture() method
241 capture(); in doSnap()
252 capture(); in doSnap()
267 capture(); in onAutoFocus()
424 private void capture() { in capture() method in FocusOverlayManager
425 if (mListener.capture()) { in capture()
DPhotoModule.java1116 public boolean capture() { in capture() method in PhotoModule
/packages/apps/Browser/src/com/android/browser/
DDataController.java198 Bitmap capture = tab.getScreenshot(); in getCaptureBlob() local
199 if (capture == null) { in getCaptureBlob()
202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) { in getCaptureBlob()
203 mBuffer = ByteBuffer.allocate(capture.getByteCount()); in getCaptureBlob()
205 capture.copyPixelsToBuffer(mBuffer); in getCaptureBlob()
DUploadHandler.java93 void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { in openFileChooser() argument
119 if (capture.length() > 0) { in openFileChooser()
120 mediaSource = capture; in openFileChooser()
123 if (capture.equals(mediaSourceValueFileSystem)) { in openFileChooser()
DTab.java994 … public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) {
996 mWebViewController.openFileChooser(uploadMsg, acceptType, capture);
1207 capture(); in Tab()
1499 capture(); in putInBackground()
1909 protected void capture() { in capture() method in Tab
DWebViewController.java96 void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture); in openFileChooser() argument
DPreloadController.java206 public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { in openFileChooser() argument
DPieControl.java243 mUi.getActiveTab().capture(); in buildTabs()
DPhoneUi.java276 mActiveTab.capture(); in showNavScreen()
DController.java2026 public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { in openFileChooser() argument
2028 mUploadHandler.openFileChooser(uploadMsg, acceptType, capture); in openFileChooser()
/packages/apps/Camera/tests/src/com/android/camera/activity/
DCameraTestCase.java142 mShutterCallback.capture(), mRawPictureCallback.capture(), in setUp()
143 (PictureCallback) anyObject(), mJpegPictureCallback.capture()); in setUp()
147 mAutoFocusCallback.capture()); in setUp()
/packages/apps/Gallery2/tests_camera/src/com/android/camera/activity/
DCameraTestCase.java142 mShutterCallback.capture(), mRawPictureCallback.capture(), in setUp()
143 (PictureCallback) anyObject(), mJpegPictureCallback.capture()); in setUp()
147 mAutoFocusCallback.capture()); in setUp()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DParser.java54 private boolean capture = false; field in Parser
207 capture = true; in captureOn()
523 if (capture) { in read()
/packages/apps/Browser/tests/src/com/android/browser/
DTestWebChromeClient.java200 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { in openFileChooser() argument
201 mWrappedClient.openFileChooser(uploadFile, acceptType, capture); in openFileChooser()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz
Dfr_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Des_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...

12