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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java254 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
255 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap
257 * If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri
258 * value of EXTRA_OUTPUT.
261 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
264 * @see #EXTRA_OUTPUT
279 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
280 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap
282 * If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri
283 * value of EXTRA_OUTPUT
341 public final static String EXTRA_OUTPUT = "output"; field in class:MediaStore
[all...]

Completed in 3100 milliseconds